svn commit: r373971 - head/print/pdflib/files

Mathieu Arnold mat at FreeBSD.org
Thu Dec 4 16:55:23 UTC 2014


Author: mat
Date: Thu Dec  4 16:55:22 2014
New Revision: 373971
URL: https://svnweb.freebsd.org/changeset/ports/373971
QAT: https://qat.redports.org/buildarchive/r373971/

Log:
  Respect Perl's LDDLFLAGS.
  
  With hat:	perl
  Sponsored by:	Absolight

Modified:
  head/print/pdflib/files/patch-configure

Modified: head/print/pdflib/files/patch-configure
==============================================================================
--- head/print/pdflib/files/patch-configure	Thu Dec  4 16:45:18 2014	(r373970)
+++ head/print/pdflib/files/patch-configure	Thu Dec  4 16:55:22 2014	(r373971)
@@ -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


More information about the svn-ports-head mailing list