mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
1e60866cc1
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>
12 lines
380 B
Plaintext
12 lines
380 B
Plaintext
--- 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 ($?) {
|