Ticket #28220: patch-28220.diff
File patch-28220.diff, 1.0 KB (added by pixilla (Bradley Giesbrecht), 13 years ago) |
---|
-
files/patch-Makefile.PL.diff
1 --- Makefile.PL.orig 20 07-12-12 16:28:08.000000000 -06002 +++ Makefile.PL 20 09-07-17 02:01:17.000000000 -05003 @@ -16 7,7 +167,7 @@1 --- Makefile.PL.orig 2011-06-13 08:32:44.000000000 -0700 2 +++ Makefile.PL 2011-06-13 08:43:15.000000000 -0700 3 @@ -165,7 +165,7 @@ 4 4 return 0; 5 5 } 6 6 … … 8 8 + my $cc = '@CC@'; 9 9 { 10 10 unlink($test); 11 system "$cc $cflags $ldflags -o $test $test.c";11 system "$cc $cflags -o $test $test.c $ldflags"; -
Portfile
26 26 27 27 configure.env C_INCLUDE_PATH="${prefix}/include" \ 28 28 LIBRARY_PATH="${prefix}/lib" 29 30 configure.args-append --with-libidn=${prefix}/lib --with-libidn-inc=${prefix}/include