Revision: 25293
          http://sourceforge.net/p/gar/code/25293
Author:   rmottola
Date:     2015-10-14 22:26:32 +0000 (Wed, 14 Oct 2015)
Log Message:
-----------
tweak build platforms and 64bit settins

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

Modified: csw/mgar/pkg/libunistring/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libunistring/trunk/Makefile    2015-10-14 20:15:45 UTC (rev 
25292)
+++ csw/mgar/pkg/libunistring/trunk/Makefile    2015-10-14 22:26:32 UTC (rev 
25293)
@@ -12,6 +12,12 @@
 MASTER_SITES = $(GNU_MIRROR)
 DISTFILES  = $(DISTNAME).tar.gz
 
+PACKAGING_PLATFORMS     +=      solaris9-sparc
+PACKAGING_PLATFORMS     +=      solaris9-i386
+PACKAGING_PLATFORMS     +=      solaris10-sparc
+PACKAGING_PLATFORMS     +=      solaris10-i386
+
+
 PACKAGES += CSWlibunistring0
 SPKG_DESC_CSWlibunistring0 = Provides functions for manipulating Unicode 
strings, libunistring.so.0
 PKGFILES_CSWlibunistring0 += $(call pkgfiles_lib,libunistring.so.0)
@@ -26,7 +32,12 @@
 CHECKPKG_OVERRIDES_CSWlibunistring-dev += 
file-with-bad-content|/usr/local|root/opt/csw/share/doc/libunistring/libunistring_15.html
 CHECKPKG_OVERRIDES_CSWlibunistring-dev += 
file-with-bad-content|/usr/local|root/opt/csw/share/info/libunistring.info
 
-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))
 
 EXTRA_MERGE_EXCLUDE_FILES += $(libdir)/charset\.alias
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

Reply via email to