Revision: 25263
          http://sourceforge.net/p/gar/code/25263
Author:   rmottola
Date:     2015-10-01 14:53:13 +0000 (Thu, 01 Oct 2015)
Log Message:
-----------
gnutls/trunk: be more finegrained for 64bit builds

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

Modified: csw/mgar/pkg/gnutls/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gnutls/trunk/Makefile  2015-10-01 13:24:03 UTC (rev 25262)
+++ csw/mgar/pkg/gnutls/trunk/Makefile  2015-10-01 14:53:13 UTC (rev 25263)
@@ -71,7 +71,14 @@
 
 GARCOMPILER = GNU
 
-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))
+
 CONFIGURE_ARGS = $(DIRPATHS)
 CONFIGURE_ARGS += --disable-guile
 CONFIGURE_ARGS += NM=gnm

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

Reply via email to