[csw-devel] SF.net SVN: gar:[7307] csw/mgar/pkg/wxwidgets/trunk/Makefile
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Mon Nov 16 02:30:19 CET 2009
Revision: 7307
http://gar.svn.sourceforge.net/gar/?rev=7307&view=rev
Author: wahwah
Date: 2009-11-16 01:30:19 +0000 (Mon, 16 Nov 2009)
Log Message:
-----------
wxwidgets: Adding dependency on CSWncurses and CSWsunmath (fixes the __sincos symbol problem on x86)
Modified Paths:
--------------
csw/mgar/pkg/wxwidgets/trunk/Makefile
Modified: csw/mgar/pkg/wxwidgets/trunk/Makefile
===================================================================
--- csw/mgar/pkg/wxwidgets/trunk/Makefile 2009-11-15 22:15:08 UTC (rev 7306)
+++ csw/mgar/pkg/wxwidgets/trunk/Makefile 2009-11-16 01:30:19 UTC (rev 7307)
@@ -76,8 +76,10 @@
REQUIRED_PKGS += CSWlibsm
REQUIRED_PKGS += CSWlibxext
REQUIRED_PKGS += CSWmesa
+REQUIRED_PKGS += CSWncurses
REQUIRED_PKGS += CSWpango
REQUIRED_PKGS += CSWpng
+REQUIRED_PKGS += CSWsunmath
REQUIRED_PKGS += CSWtiff
REQUIRED_PKGS += CSWzlib
@@ -113,6 +115,8 @@
# For vsscanf support
# EXTRA_LINKER_FLAGS += /opt/csw/lib/libncursesw.so
EXTRA_LINKER_FLAGS += -lncursesw
+# To fix the __sincos problem on x86
+EXTRA_LINKER_FLAGS += -lsunmath
CONFIGURE_ARGS = $(DIRPATHS)
CONFIGURE_ARGS += --with-gtk=2
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