svn commit: r373971 - head/print/pdflib/files
John Marino
freebsd.contact at marino.st
Thu Dec 4 17:00:30 UTC 2014
On 12/4/2014 17:55, Mathieu Arnold wrote:
> 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
Would dragonfly need the same change?
Thanks,
John
>
More information about the svn-ports-all
mailing list