[csw-devel] SF.net SVN: gar:[7254] csw/mgar/pkg/wxwidgets/trunk
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Thu Nov 12 21:57:45 CET 2009
Revision: 7254
http://gar.svn.sourceforge.net/gar/?rev=7254&view=rev
Author: wahwah
Date: 2009-11-12 20:57:45 +0000 (Thu, 12 Nov 2009)
Log Message:
-----------
wxwidgets: Enabling Solaris 9 builds, making 2.8.5 build monolithic
Modified Paths:
--------------
csw/mgar/pkg/wxwidgets/trunk/Makefile
Property Changed:
----------------
csw/mgar/pkg/wxwidgets/trunk/
Property changes on: csw/mgar/pkg/wxwidgets/trunk
___________________________________________________________________
Modified: svn:ignore
- cookies
download
work
+ cookies
download
work
old-pkgs
Modified: csw/mgar/pkg/wxwidgets/trunk/Makefile
===================================================================
--- csw/mgar/pkg/wxwidgets/trunk/Makefile 2009-11-12 20:44:19 UTC (rev 7253)
+++ csw/mgar/pkg/wxwidgets/trunk/Makefile 2009-11-12 20:57:45 UTC (rev 7254)
@@ -12,6 +12,12 @@
wxWidgets applications look and feel native. This is because wxWidgets uses
the platform's own native controls rather than emulating them.
endef
+
+# The unicode version can't be currently built on Solaris 8. Doing separate
+# builds on Solaris 8 and Solaris 9. Unicode support will start in Solaris 9.
+# More details below, look for 'unicode'.
+PACKAGING_PLATFORMS = solaris8-sparc solaris8-i386 solaris9-sparc solaris9-i386
+
EXTRA_MODULATORS = GARVERSION
MODULATIONS_GARVERSION = 2.8.5 2.8.10
MERGE_SCRIPTS_isa-i386-garversion-2.8.5 = copy-only
@@ -112,11 +118,16 @@
EXTRA_LIB = /opt/csw/X11/lib
EXTRA_PKG_CONFIG_DIRS = $(prefix)/X11/lib
+# The 2.8.5 version has been compiled as a monolithic library. Building it the
+# same way for backwards compatibility.
+CONFIGURE_ARGS_garversion-2.8.5 = --enable-monolithic
+CONFIGURE_ARGS += $(CONFIGURE_ARGS_garversion-$(GARVERSION))
+
INSTALL_SCRIPTS = wxwidgets
+include gar/category.mk
+
install-wxwidgets:
(cd $(WORKSRC); $(INSTALL_ENV) gmake DESTDIR=$(DESTDIR) install)
(cd $(WORKSRC)/contrib; $(INSTALL_ENV) gmake DESTDIR=$(DESTDIR) install)
@$(MAKECOOKIE)
-
-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