[97437] trunk/dports/print/ghostscript
takanori at macports.org
takanori at macports.org
Wed Sep 5 18:41:22 PDT 2012
Revision: 97437
https://trac.macports.org/changeset/97437
Author: takanori at macports.org
Date: 2012-09-05 18:41:21 -0700 (Wed, 05 Sep 2012)
Log Message:
-----------
ghostscript: fixed a bug (MacPorts path shouldn't be hardcoded)
Modified Paths:
--------------
trunk/dports/print/ghostscript/Portfile
trunk/dports/print/ghostscript/files/patch-base_unix-dll.mak.diff
Modified: trunk/dports/print/ghostscript/Portfile
===================================================================
--- trunk/dports/print/ghostscript/Portfile 2012-09-06 01:27:58 UTC (rev 97436)
+++ trunk/dports/print/ghostscript/Portfile 2012-09-06 01:41:21 UTC (rev 97437)
@@ -5,6 +5,7 @@
name ghostscript
version 9.06
+revision 1
categories print
license GPL-3+
maintainers takanori openmaintainer
Modified: trunk/dports/print/ghostscript/files/patch-base_unix-dll.mak.diff
===================================================================
--- trunk/dports/print/ghostscript/files/patch-base_unix-dll.mak.diff 2012-09-06 01:27:58 UTC (rev 97436)
+++ trunk/dports/print/ghostscript/files/patch-base_unix-dll.mak.diff 2012-09-06 01:41:21 UTC (rev 97437)
@@ -14,7 +14,7 @@
+GS_SONAME_MAJOR_MINOR=$(GS_SONAME_BASE).$(GS_VERSION_MAJOR).$(GS_VERSION_MINOR).$(GS_SOEXT)
#LDFLAGS_SO=-dynamiclib -flat_namespace
-LDFLAGS_SO_MAC=-dynamiclib -install_name $(GS_SONAME_MAJOR_MINOR)
-+LDFLAGS_SO_MAC=-dynamiclib -install_name /opt/local/lib/$(GS_SONAME_MAJOR_MINOR)
++LDFLAGS_SO_MAC=-dynamiclib -install_name __PREFIX__/lib/$(GS_SONAME_MAJOR_MINOR)
#LDFLAGS_SO=-dynamiclib -install_name $(FRAMEWORK_NAME)
GS_SO=$(BINDIR)/$(GS_SONAME)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120905/aa17453d/attachment.html>
More information about the macports-changes
mailing list