[csw-devel] SF.net SVN: gar:[6113] csw/mgar/pkg/wxwidgets/trunk/Makefile
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Tue Aug 25 19:00:22 CEST 2009
Revision: 6113
http://gar.svn.sourceforge.net/gar/?rev=6113&view=rev
Author: wahwah
Date: 2009-08-25 17:00:22 +0000 (Tue, 25 Aug 2009)
Log Message:
-----------
wxwidgets: Enabling unicode and adding missing includes (without the includes it works on the buildfarm, but not locally)
Modified Paths:
--------------
csw/mgar/pkg/wxwidgets/trunk/Makefile
Modified: csw/mgar/pkg/wxwidgets/trunk/Makefile
===================================================================
--- csw/mgar/pkg/wxwidgets/trunk/Makefile 2009-08-25 13:18:23 UTC (rev 6112)
+++ csw/mgar/pkg/wxwidgets/trunk/Makefile 2009-08-25 17:00:22 UTC (rev 6113)
@@ -62,9 +62,9 @@
TEST_SCRIPTS =
CONFIGURE_ARGS = $(DIRPATHS)
CONFIGURE_ARGS += --with-gtk=2 --with-gtk-prefix=/opt/csw --without-regex
-CONFIGURE_ARGS += --disable-unicode --with-opengl
+CONFIGURE_ARGS += --enable-unicode --with-opengl
EXTRA_CFLAGS = -fast -xstrconst -xnolibmopt
-EXTRA_INC = /opt/csw/X11/include
+EXTRA_INC = /opt/csw/X11/include /usr/X11/include /usr/openwin/share/include
EXTRA_LIB = /opt/csw/X11/lib
PKG_CONFIG_PATH = /opt/csw/lib/pkgconfig:/opt/csw/X11/lib/pkgconfig
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