[csw-devel] SF.net SVN: gar:[11464] csw/mgar/pkg/taglib_gcc/trunk/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Mon Nov 1 15:42:03 CET 2010
Revision: 11464
http://gar.svn.sourceforge.net/gar/?rev=11464&view=rev
Author: dmichelsen
Date: 2010-11-01 14:42:03 +0000 (Mon, 01 Nov 2010)
Log Message:
-----------
taglib_gcc: Use gcc3 instead of gcc4
Modified Paths:
--------------
csw/mgar/pkg/taglib_gcc/trunk/Makefile
Modified: csw/mgar/pkg/taglib_gcc/trunk/Makefile
===================================================================
--- csw/mgar/pkg/taglib_gcc/trunk/Makefile 2010-11-01 13:40:03 UTC (rev 11463)
+++ csw/mgar/pkg/taglib_gcc/trunk/Makefile 2010-11-01 14:42:03 UTC (rev 11464)
@@ -22,10 +22,13 @@
CATALOGNAME = taglib_gcc
RUNTIME_DEP_PKGS_CSWtaglibgcc += CSWzlib
-RUNTIME_DEP_PKGS_CSWtaglibgcc += CSWgcc4corert
-RUNTIME_DEP_PKGS_CSWtaglibgcc += CSWgcc4g++rt
+RUNTIME_DEP_PKGS_CSWtaglibgcc += CSWgcc3corert
+RUNTIME_DEP_PKGS_CSWtaglibgcc += CSWgcc3g++rt
-GARCOMPILER = GCC4
+# This does not work with gcc4 as the kde-gcc stuff is compiled
+# with gcc3 and the runtime libs for gcc3 and gcc4 are slightly
+# incompatib\xC3le.
+GARCOMPILER = GCC3
EXTRA_LD_FLAGS = -lc -lm
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