[72535] trunk/dports/print/pdflib

raimue at macports.org raimue at macports.org
Tue Oct 19 13:53:18 PDT 2010


Revision: 72535
          http://trac.macports.org/changeset/72535
Author:   raimue at macports.org
Date:     2010-10-19 13:53:15 -0700 (Tue, 19 Oct 2010)
Log Message:
-----------
print/pdflib: Fix a libtool issue with +universal, closes #22737

Modified Paths:
--------------
    trunk/dports/print/pdflib/Portfile

Added Paths:
-----------
    trunk/dports/print/pdflib/files/patch-libtool.diff

Modified: trunk/dports/print/pdflib/Portfile
===================================================================
--- trunk/dports/print/pdflib/Portfile	2010-10-19 20:48:00 UTC (rev 72534)
+++ trunk/dports/print/pdflib/Portfile	2010-10-19 20:53:15 UTC (rev 72535)
@@ -23,7 +23,8 @@
                     rmd160  7f3862e70e2f74cf3143ea61e051c30e518ab2eb
 
 patchfiles		\
-    patch-perl_Makefile.diff
+    patch-perl_Makefile.diff \
+    patch-libtool.diff
 
 test.run        yes
 

Added: trunk/dports/print/pdflib/files/patch-libtool.diff
===================================================================
--- trunk/dports/print/pdflib/files/patch-libtool.diff	                        (rev 0)
+++ trunk/dports/print/pdflib/files/patch-libtool.diff	2010-10-19 20:53:15 UTC (rev 72535)
@@ -0,0 +1,13 @@
+--- config/mkcommon.inc.in.orig	2010-10-18 11:28:33.000000000 +0200
++++ config/mkcommon.inc.in	2010-10-18 11:29:11.000000000 +0200
+@@ -64,8 +64,8 @@
+ RPATH              = @RPATH@
+ 
+ LIBTOOL            = $(top_builddir)/libtool --silent
+-LIBTOOL_CC         = $(LIBTOOL) --mode=compile
+-LIBTOOL_LD         = $(LIBTOOL) --mode=link
++LIBTOOL_CC         = $(LIBTOOL) --mode=compile --tag=CC
++LIBTOOL_LD         = $(LIBTOOL) --mode=link --tag=CC
+ LIBTOOL_EXE        = $(LIBTOOL) --mode=execute -dlopen $(LIBNAME)
+ 
+ # Java
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101019/7be153d2/attachment.html>


More information about the macports-changes mailing list