mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Respect Perl's LDDLFLAGS.
With hat: perl Sponsored by: Absolight
This commit is contained in:
parent
2e9511b30d
commit
87980c7705
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373971
1 changed files with 11 additions and 3 deletions
|
@ -1,6 +1,14 @@
|
||||||
--- configure.orig 2012-01-10 12:18:55.000000000 +0100
|
--- configure.orig 2012-06-06 11:58:57 UTC
|
||||||
+++ configure 2012-01-10 12:20:13.000000000 +0100
|
+++ configure
|
||||||
@@ -21416,6 +21416,9 @@
|
@@ -19695,6 +19695,7 @@ echo "${ECHO_T}could not figure out how
|
||||||
|
aix*|AIX*) PERLLINK="-L$PERLINCLUDE -lperl $PERLLINK";;
|
||||||
|
osf1*|OSF1*) PERLLINK="-L$PERLINCLUDE -lperl $PERLLINK";;
|
||||||
|
darwin|Darwin*) PERLLINK="-L$PERLINCLUDE -lperl $PERLLINK";;
|
||||||
|
+ freebsd|FreeBSD*) PERLLINK=`perl -V:lddlflags|sed -e "s|.*=\'\(.*\)\';|\1|"`;;
|
||||||
|
*) ;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
@@ -21408,6 +21409,9 @@ fi
|
||||||
if test "$WITH_CXX" = "yes" ; then
|
if test "$WITH_CXX" = "yes" ; then
|
||||||
BINDINGS="$BINDINGS cpp"
|
BINDINGS="$BINDINGS cpp"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue