[csw-devel] SF.net SVN: gar:[21513] csw/mgar/pkg/ImageMagick/trunk/Makefile

lblume at users.sourceforge.net lblume at users.sourceforge.net
Wed Jul 17 10:02:02 CEST 2013


Revision: 21513
          http://gar.svn.sourceforge.net/gar/?rev=21513&view=rev
Author:   lblume
Date:     2013-07-17 08:01:49 +0000 (Wed, 17 Jul 2013)
Log Message:
-----------
ImageMagick/trunk: Switch compiler to GCC

Modified Paths:
--------------
    csw/mgar/pkg/ImageMagick/trunk/Makefile

Modified: csw/mgar/pkg/ImageMagick/trunk/Makefile
===================================================================
--- csw/mgar/pkg/ImageMagick/trunk/Makefile	2013-07-16 16:30:19 UTC (rev 21512)
+++ csw/mgar/pkg/ImageMagick/trunk/Makefile	2013-07-17 08:01:49 UTC (rev 21513)
@@ -15,12 +15,12 @@
 DISTNAME = ImageMagick-$(VERSION)-$(GARSUBREV)
 DISTFILES  = $(DISTNAME).tar.xz
 
-PATCHFILES += 0001-Do-not-strip-norunpath.patch
+# Not needed anymore with GCC, I think
+#PATCHFILES += 0001-Do-not-strip-norunpath.patch
 
 PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386
 
-# Compilation breaks with internal error on SOS12 and SOS12U1
-GARCOMPILER = SOS12U3
+GARCOMPILER = GCC4
 
 VENDOR_URL = http://www.imagemagick.org
 
@@ -124,10 +124,8 @@
 
 REINPLACE_USRLOCAL += config/mime.xml
 
-EXTRA_LINKER_FLAGS = -Bdirect -norunpath -lsocket -lnsl
+EXTRA_LINKER_FLAGS = -lsocket -lnsl
 EXTRA_LD_OPTIONS = -z nolazyload
-EXTRA_CFLAGS   = -xc99 -norunpath
-EXTRA_CXXFLAGS = -xnorunpath
 
 # We especially don't want ISALIST for the above /usr/openwin/lib
 # This should be reworked after a general rework of ISALIST in GAR
@@ -151,9 +149,9 @@
 CONFIGURE_ARGS += --with-rsvg
 
 # Until graphviz and perl is 64bit
-CONFIGURE_ARGS-32 += --with-perl=$(bindir)/perl
+#CONFIGURE_ARGS-32 += --with-perl=$(bindir)/perl
 CONFIGURE_ARGS-64 += --without-gvc
-CONFIGURE_ARGS-64 += --without-perl
+CONFIGURE_ARGS += --without-perl
 CONFIGURE_ARGS += $(CONFIGURE_ARGS-$(MEMORYMODEL))
 
 # One test is failing:

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