diff options
| author | Will Andrews <will@FreeBSD.org> | 2000-06-17 02:37:15 +0000 |
|---|---|---|
| committer | Will Andrews <will@FreeBSD.org> | 2000-06-17 02:37:15 +0000 |
| commit | 1e60866cc19e399726a715fe8f90de75614755d9 (patch) | |
| tree | 919603a1bf324ecbe31827d6a9441e11e58f98a0 /devel/p5-ReadLine-Gnu/files/patch-aa | |
| parent | 30563b53998852429b379c5698be8bc307cc56ca (diff) | |
Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.
Add some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many
miscellaneous modifications. I used more excessive hacks to force p5-Jcode
and p5-WWW-Search to respect CC/CFLAGS.
Patches largely done by: Christian Weisgerber <naddy@mips.inka.de>
Diffstat (limited to 'devel/p5-ReadLine-Gnu/files/patch-aa')
| -rw-r--r-- | devel/p5-ReadLine-Gnu/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/p5-ReadLine-Gnu/files/patch-aa b/devel/p5-ReadLine-Gnu/files/patch-aa new file mode 100644 index 000000000000..e117ab71ec84 --- /dev/null +++ b/devel/p5-ReadLine-Gnu/files/patch-aa @@ -0,0 +1,11 @@ +--- Makefile.PL.orig Mon Jun 12 23:43:42 2000 ++++ Makefile.PL Mon Jun 12 23:45:21 2000 +@@ -76,7 +76,7 @@ + close(F); + + # compile it +-$comp_cmd = "$Config{cc} $RLINC $Config{ccflags} $defs $frlver -o rlver $RLLIB $Config{ldflags} $libs"; ++$comp_cmd = "$Config{cc} $RLINC $Config{ccflags} $defs $frlver -o rlver $RLLIB $libs"; + print $comp_cmd, "\n"; + system($comp_cmd); + if ($?) { |
