SF.net SVN: gar:[26065] csw/mgar/pkg/pixman/trunk/Makefile

rmottola at users.sourceforge.net rmottola at users.sourceforge.net
Tue Dec 6 12:16:03 CET 2016


Revision: 26065
          http://sourceforge.net/p/gar/code/26065
Author:   rmottola
Date:     2016-12-06 11:16:03 +0000 (Tue, 06 Dec 2016)
Log Message:
-----------
pixman/trunk: make solaris9 build only as i386 and not amd64

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

Modified: csw/mgar/pkg/pixman/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pixman/trunk/Makefile	2016-12-05 23:08:37 UTC (rev 26064)
+++ csw/mgar/pkg/pixman/trunk/Makefile	2016-12-06 11:16:03 UTC (rev 26065)
@@ -25,8 +25,8 @@
 # PKGFILES is catchall
 RUNTIME_DEP_PKGS_CSWlibpixman-dev += CSWlibpixman1-0
 
-EXTRA_CFLAGS = -mt
-EXTRA_LINKER_FLAGS = -mt
+EXTRA_CFLAGS = 
+EXTRA_LINKER_FLAGS = -mt -lpthread -R/usr/lib/lwp/64
 
 #where can we build?
 PACKAGING_PLATFORMS += solaris9-sparc
@@ -34,6 +34,11 @@
 PACKAGING_PLATFORMS += solaris10-sparc
 PACKAGING_PLATFORMS += solaris10-i386
 
+# Solaris 9 package does not contain 64 bit on i386 as we have a separate Solaris 10 package
+SKIP_MODULATIONS-5.9 += isa-amd64
+SKIP_MODULATIONS = $(SKIP_MODULATIONS-$(GAROSREL))
+
+
 BUILD64_LIBS_ONLY = 1
 NOISALIST = 1
 CONFIGURE_ARGS  = $(DIRPATHS)

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