SF.net SVN: gar:[24362] csw/mgar/pkg/ghostscript/trunk/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Wed Nov 19 16:00:44 CET 2014
Revision: 24362
http://sourceforge.net/p/gar/code/24362
Author: dmichelsen
Date: 2014-11-19 15:00:40 +0000 (Wed, 19 Nov 2014)
Log Message:
-----------
ghostscript/trunk: Some cleanup with mapfiles and bug comments
Modified Paths:
--------------
csw/mgar/pkg/ghostscript/trunk/Makefile
Modified: csw/mgar/pkg/ghostscript/trunk/Makefile
===================================================================
--- csw/mgar/pkg/ghostscript/trunk/Makefile 2014-11-18 07:23:52 UTC (rev 24361)
+++ csw/mgar/pkg/ghostscript/trunk/Makefile 2014-11-19 15:00:40 UTC (rev 24362)
@@ -10,11 +10,13 @@
MASTER_SITES = http://downloads.ghostscript.com/public/
DISTFILES = $(NAME)-$(VERSION).tar.gz
-DISTFILES += map.ghostscript
+#DISTFILES += map.ghostscript
# See for details https://www.opencsw.org/mantis/view.php?id=4913
#PATCHFILES += 0001-Use-ksh-and-GNU-sed-as-reported-in-4913.patch
+# Use patch until this is fixed:
+# http://bugs.ghostscript.com/show_bug.cgi?id=695692
PATCHFILES += 0001-Fix-for-latest-autotools.patch
VENDOR_URL = http://www.ghostscript.com
@@ -23,8 +25,10 @@
GARCOMPILER = GCC4
-LINKER_MAPS ?= -M "$(abspath $(WORKDIR)/map.ghostscript)"
+#GARFLAVOR = DBG
+#LINKER_MAPS ?= -M "$(abspath $(WORKDIR)/map.ghostscript)"
+
# Many more missing
BUILD_DEP_PKGS += CSWlibpng-dev
BUILD_DEP_PKGS += CSWlibz-dev
@@ -103,7 +107,6 @@
RUNTIME_DEP_PKGS_CSWlibgs9-sparc += CSWlibintl8
RUNTIME_DEP_PKGS_CSWlibgs9 += $(RUNTIME_DEP_PKGS_CSWlibgs9-$(GARCH))
-
# This used to be a separate library and is now maintained as part of Ghostscript
PACKAGES += CSWlibijs0-35
PKGFILES_CSWlibijs0-35 += $(call pkgfiles_lib,libijs-0.35.so)
@@ -145,6 +148,10 @@
CONFIGURE_ARGS-32-i386 += --disable-sse2
CONFIGURE_ARGS += $(CONFIGURE_ARGS-$(MEMORYMODEL)-$(GARCH))
+# This makes debugging much easier, remove for production
+CONFIGURE_ARGS-DBG += --disable-compile-inits
+CONFIGURE_ARGS += $(CONFIGURE_ARGS-$(GARFLAVOR))
+
# The arguments used for libijs
CONFIGURE_ARGS_ijs = $(DIRPATHS)
CONFIGURE_ARGS_ijs += --enable-shared
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