Revision: 26386 http://sourceforge.net/p/gar/code/26386 Author: rmottola Date: 2018-03-13 23:20:14 +0000 (Tue, 13 Mar 2018) Log Message: ----------- libicu51/trunk: use BUILD64_LIBS_ONLY as suggested by Dago
Modified Paths: -------------- csw/mgar/pkg/libicu51/trunk/Makefile Modified: csw/mgar/pkg/libicu51/trunk/Makefile =================================================================== --- csw/mgar/pkg/libicu51/trunk/Makefile 2018-03-13 14:16:24 UTC (rev 26385) +++ csw/mgar/pkg/libicu51/trunk/Makefile 2018-03-13 23:20:14 UTC (rev 26386) @@ -78,8 +78,8 @@ # This is the presence of /usr/share/lib/zoneinfo which is ok CHECKPKG_OVERRIDES_CSWlibicuuc51 += file-with-bad-content|/usr/share|root/opt/csw/lib/libicuuc.so.51.2 -CHECKPKG_OVERRIDES_CSWlibicuuc51 += file-with-bad-content|/usr/share|root/opt/csw/lib/sparcv9/libicuuc.so.51.2 -CHECKPKG_OVERRIDES_CSWlibicuuc51 += file-with-bad-content|/usr/share|root/opt/csw/lib/amd64/libicuuc.so.51.2 +#CHECKPKG_OVERRIDES_CSWlibicuuc51 += file-with-bad-content|/usr/share|root/opt/csw/lib/sparcv9/libicuuc.so.51.2 +#CHECKPKG_OVERRIDES_CSWlibicuuc51 += file-with-bad-content|/usr/share|root/opt/csw/lib/amd64/libicuuc.so.51.2 PACKAGES += CSWlibicu-dev SPKG_DESC_CSWlibicu-dev = Development files for libicu.so.51 @@ -116,13 +116,12 @@ # packages using the libs will bail out as they assume the libs are self-contained. LINKER_FLAGS = -lCrun -lCstd -norunpath -#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)) +BUILD64_LIBS_ONLY_5.9_sparc = 1 +BUILD64_LIBS_ONLY_5.10_sparc = 1 +BUILD64_LIBS_ONLY_5.9_i386 = +BUILD64_LIBS_ONLY_5.10_i386 = 1 +BUILD64_LIBS_ONLY = $(BUILD64_LIBS_ONLY_$(GAROSREL)_$(GARCH)) # Wrong return code of test TestEnumSet on Solaris 9, skip testsuite for now SKIPTEST-5.9 = 1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.