Date: Wed, 10 Dec 2014 17:44:52 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374481 - head/print/pdflib/files Message-ID: <201412101744.sBAHiq5t014442@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Wed Dec 10 17:44:51 2014 New Revision: 374481 URL: https://svnweb.freebsd.org/changeset/ports/374481 QAT: https://qat.redports.org/buildarchive/r374481/ Log: 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 Modified: head/print/pdflib/files/patch-configure Modified: head/print/pdflib/files/patch-configure ============================================================================== --- head/print/pdflib/files/patch-configure Wed Dec 10 17:44:07 2014 (r374480) +++ head/print/pdflib/files/patch-configure Wed Dec 10 17:44:51 2014 (r374481) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412101744.sBAHiq5t014442>