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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Wed Sep 29 10:40:08 CEST 2010


Revision: 11092
          http://gar.svn.sourceforge.net/gar/?rev=11092&view=rev
Author:   dmichelsen
Date:     2010-09-29 08:40:07 +0000 (Wed, 29 Sep 2010)

Log Message:
-----------
ftgl: Disable 64 bit for now

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

Modified: csw/mgar/pkg/ftgl/trunk/Makefile
===================================================================
--- csw/mgar/pkg/ftgl/trunk/Makefile	2010-09-29 08:19:22 UTC (rev 11091)
+++ csw/mgar/pkg/ftgl/trunk/Makefile	2010-09-29 08:40:07 UTC (rev 11092)
@@ -12,6 +12,8 @@
 DISTFILES  = $(GARNAME)-$(FILEVERSION).tar.bz2
 DISTNAME = $(GARNAME)-$(DISTVERSION)
 
+# Use these patches until this is fixed:
+#   http://sourceforge.net/tracker/?func=detail&atid=980351&aid=3077204&group_id=202130
 PATCHFILES  = 0001-Do-not-use-gcc-specific-flags.patch 
 PATCHFILES += 0002-Use-Sun-Studio-__func__-instead-of-gcc-__FUNCTION__.patch
 PATCHFILES += 0003-Force-GNU-sed-when-using-i.patch
@@ -37,7 +39,9 @@
 
 NOISAEXEC = 1
 NOISALIST = 1
-BUILD64 = 1
+# Unless the Solaris 10 compilation problem with both SUNW mesa and CSW mesa
+# installed exists disable 64 bit for now.
+# BUILD64 = 1
 
 LD_OPTIONS =
 EXTRA_LINKER_FLAGS = $(RUNPATH_LINKER_FLAGS)


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