aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2014-12-11 01:44:51 +0800
committermarino <marino@FreeBSD.org>2014-12-11 01:44:51 +0800
commit716c1629cb04e5ab0817a8aa7acb436c1525ea24 (patch)
treecbb7fe682ab0d61ee9b86dd375a30bba79ff5137 /print
parentfee100aba859a6db68b153a5b847ddf564578dd0 (diff)
downloadfreebsd-ports-gnome-716c1629cb04e5ab0817a8aa7acb436c1525ea24.tar.gz
freebsd-ports-gnome-716c1629cb04e5ab0817a8aa7acb436c1525ea24.tar.zst
freebsd-ports-gnome-716c1629cb04e5ab0817a8aa7acb436c1525ea24.zip
print/pdflib: Make DragonFly respect Perl's LDDFLAGS too
This is required for upcoming Perl changes. I just duplicated the FreeBSD line as a case option rather than add two more patterns -- mainly for consistency as each platform got their own line in other cases. Follows: r373971
Diffstat (limited to 'print')
-rw-r--r--print/pdflib/files/patch-configure5
1 files changed, 3 insertions, 2 deletions
diff --git a/print/pdflib/files/patch-configure b/print/pdflib/files/patch-configure
index bd777e77c4bf..395ab97ebf95 100644
--- a/print/pdflib/files/patch-configure
+++ b/print/pdflib/files/patch-configure
@@ -1,14 +1,15 @@
--- configure.orig 2012-06-06 11:58:57 UTC
+++ configure
-@@ -19695,6 +19695,7 @@ echo "${ECHO_T}could not figure out how
+@@ -19695,6 +19695,8 @@ 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";;
++ dragonfly|DragonFly*) PERLLINK=`perl -V:lddlflags|sed -e "s|.*=\'\(.*\)\';|\1|"`;;
+ freebsd|FreeBSD*) PERLLINK=`perl -V:lddlflags|sed -e "s|.*=\'\(.*\)\';|\1|"`;;
*) ;;
esac
-@@ -21408,6 +21409,9 @@ fi
+@@ -21408,6 +21410,9 @@ fi
if test "$WITH_CXX" = "yes" ; then
BINDINGS="$BINDINGS cpp"
fi