SF.net SVN: gar:[23660] csw/mgar/pkg/ghostscript/trunk/Makefile
lblume at users.sourceforge.net
lblume at users.sourceforge.net
Mon May 19 16:34:58 CEST 2014
Revision: 23660
http://sourceforge.net/p/gar/code/23660
Author: lblume
Date: 2014-05-19 14:34:58 +0000 (Mon, 19 May 2014)
Log Message:
-----------
ghostscript/trunk: Add workaround for ld bug
Modified Paths:
--------------
csw/mgar/pkg/ghostscript/trunk/Makefile
Modified: csw/mgar/pkg/ghostscript/trunk/Makefile
===================================================================
--- csw/mgar/pkg/ghostscript/trunk/Makefile 2014-05-19 14:27:19 UTC (rev 23659)
+++ csw/mgar/pkg/ghostscript/trunk/Makefile 2014-05-19 14:34:58 UTC (rev 23660)
@@ -104,6 +104,18 @@
PKGFILES_CSWghostscript-dev += $(PKGFILES_DEVEL)
RUNTIME_DEP_PKGS_CSWghostscript-dev += CSWlibgs9
+###
+# Needed for the Solaris ld bug
+ifeq ($(shell /usr/bin/uname -p),sparc)
+RUNTIME_DEP_PKGS_CSWghostscript += CSWlibintl8
+RUNTIME_DEP_PKGS_CSWlibgs9 += CSWlibgpg-error0
+RUNTIME_DEP_PKGS_CSWlibgs9 += CSWlibcom-err3
+RUNTIME_DEP_PKGS_CSWlibgs9 += CSWlibkrb5-3
+RUNTIME_DEP_PKGS_CSWlibgs9 += CSWlibgnutls28
+RUNTIME_DEP_PKGS_CSWlibgs9 += CSWlibk5crypto3
+endif
+###
+
REINPLACEMENTS += fontpath
REINPLACE_MATCH_fontpath = /usr/share/cups/fonts
REINPLACE_WITH_fontpath = $(sharedstatedir)/cups/fonts
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list