[csw-devel] SF.net SVN: gar:[18175] csw/mgar/pkg/qt4-gcc/trunk/Makefile
cgrzemba at users.sourceforge.net
cgrzemba at users.sourceforge.net
Wed May 30 08:03:42 CEST 2012
Revision: 18175
http://gar.svn.sourceforge.net/gar/?rev=18175&view=rev
Author: cgrzemba
Date: 2012-05-30 06:03:42 +0000 (Wed, 30 May 2012)
Log Message:
-----------
qt4-gcc/trunk: readd endian switch for sparc, because gcc4 is unable to compile (with optimazion) the check programm
Modified Paths:
--------------
csw/mgar/pkg/qt4-gcc/trunk/Makefile
Modified: csw/mgar/pkg/qt4-gcc/trunk/Makefile
===================================================================
--- csw/mgar/pkg/qt4-gcc/trunk/Makefile 2012-05-30 01:13:09 UTC (rev 18174)
+++ csw/mgar/pkg/qt4-gcc/trunk/Makefile 2012-05-30 06:03:42 UTC (rev 18175)
@@ -36,10 +36,10 @@
CONFIGURE_ARGS += -v -shared -stl -largefile -sm
CONFIGURE_ARGS += -qt-libjpeg -qt-libpng -qt-libmng -qt-zlib
CONFIGURE_ARGS += -I/usr/include -I/usr/X11/include
-CONFIGURE_ARGS += -I/usr/X11/share/include -I/usr/sfw/include
+CONFIGURE_ARGS += -I/usr/X11/share/include
CONFIGURE_ARGS_sparc += -big-endian -host-big-endian
# CONFIGURE_ARGS_i386 += -little-endian -host-big-endian
-# CONFIGURE_ARGS += $(CONFIGURE_ARGS_$(GARCH))
+CONFIGURE_ARGS += $(CONFIGURE_ARGS_$(GARCH))
# TEST_TARGET =
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