diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-14 00:38:14 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-14 00:38:14 +0100 |
commit | 42675af37cb5ce735452311734cc5b88a66d6d9d (patch) | |
tree | 4f15a6802d057cc685be2013d123006bcc1f6236 /package/mrd6/patches | |
parent | d7beb20d0835c81f05d51978497b1d756ca640a9 (diff) |
complete allmodconfig build on NetBSD
Diffstat (limited to 'package/mrd6/patches')
-rw-r--r-- | package/mrd6/patches/patch-src_scripts_generate-modules-cpp_pl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/mrd6/patches/patch-src_scripts_generate-modules-cpp_pl b/package/mrd6/patches/patch-src_scripts_generate-modules-cpp_pl new file mode 100644 index 000000000..c56cae4e9 --- /dev/null +++ b/package/mrd6/patches/patch-src_scripts_generate-modules-cpp_pl @@ -0,0 +1,7 @@ +--- mrd6-0.9.6.orig/src/scripts/generate-modules-cpp.pl 2007-03-22 03:37:07.000000000 +0100 ++++ mrd6-0.9.6/src/scripts/generate-modules-cpp.pl 2010-02-13 16:04:53.000000000 +0100 +@@ -1,4 +1,4 @@ +-#!/usr/bin/perl -w ++#!/usr/bin/env perl + + use strict; |