SF.net SVN: gar:[26364] csw/mgar/pkg/libicu50/trunk/Makefile

rmottola at users.sourceforge.net rmottola at users.sourceforge.net
Tue Feb 20 18:06:12 CET 2018


Revision: 26364
          http://sourceforge.net/p/gar/code/26364
Author:   rmottola
Date:     2018-02-20 17:06:11 +0000 (Tue, 20 Feb 2018)
Log Message:
-----------
libicu50/trunk: enable solaris9 and add some hacks needed for that old thing

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

Modified: csw/mgar/pkg/libicu50/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libicu50/trunk/Makefile	2018-02-20 13:16:46 UTC (rev 26363)
+++ csw/mgar/pkg/libicu50/trunk/Makefile	2018-02-20 17:06:11 UTC (rev 26364)
@@ -75,6 +75,11 @@
 
 REINPLACE_USRLOCAL += config/icu-config-bottom
 
+
+PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386
+PACKAGING_PLATFORMS = solaris9-sparc solaris9-i386
+
+
 # Using -I/opt/csw/include here puts it before the include of the newly built
 # software which breaks definitions, so make sure it is empty.
 CPPFLAGS = 
@@ -84,7 +89,18 @@
 # packages using the libs will bail out as they assume the libs are self-contained.
 LINKER_FLAGS = -lCrun -lCstd -norunpath
 
-BUILD64_LIBS_ONLY = 1
+#BUILD64_LIBS_ONLY = 1
+# Enable 64 bits, but not for Solaris 9 x86
+BUILD64_5.9_sparc  = 1
+BUILD64_5.10_sparc = 1
+BUILD64_5.9_i386   =
+BUILD64_5.10_i386  = 1
+BUILD64 = $(BUILD64_$(GAROSREL)_$(GARCH))
+
+# Wrong return code of test TestEnumSet on Solaris 9, skip testsuite for now
+SKIPTEST-5.9 = 1
+SKIPTEST ?= $(SKIPTEST-$(GAROSREL))
+
 NOISALIST = 1
 
 include gar/category.mk

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