diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-12-04 16:55:22 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-12-04 16:55:22 +0000 |
commit | 87980c7705e7a54b62712e09ee087ece22d8d009 (patch) | |
tree | 145092db143cdca7c3ea1b03cb7c60f8558fa092 /print/pdflib/files/patch-configure | |
parent | - Update to 7.4.540 (diff) |
Respect Perl's LDDLFLAGS.
With hat: perl
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=373971
Diffstat (limited to 'print/pdflib/files/patch-configure')
-rw-r--r-- | print/pdflib/files/patch-configure | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/print/pdflib/files/patch-configure b/print/pdflib/files/patch-configure index a258d98b9731..bd777e77c4bf 100644 --- a/print/pdflib/files/patch-configure +++ b/print/pdflib/files/patch-configure @@ -1,6 +1,14 @@ ---- configure.orig 2012-01-10 12:18:55.000000000 +0100 -+++ configure 2012-01-10 12:20:13.000000000 +0100 -@@ -21416,6 +21416,9 @@ +--- configure.orig 2012-06-06 11:58:57 UTC ++++ configure +@@ -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 BINDINGS="$BINDINGS cpp" fi |