Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Dec 2014 16:55:23 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r373971 - head/print/pdflib/files
Message-ID:  <201412041655.sB4GtNta022074@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412041655.sB4GtNta022074>