SOURCES: STLport-vendor_gcc_detection.patch - plain solution, no v...
qboosh
qboosh at pld-linux.org
Thu Mar 6 21:44:27 CET 2008
Author: qboosh Date: Thu Mar 6 20:44:27 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- plain solution, no vendor hacks
---- Files affected:
SOURCES:
STLport-vendor_gcc_detection.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/STLport-vendor_gcc_detection.patch
diff -u SOURCES/STLport-vendor_gcc_detection.patch:1.1 SOURCES/STLport-vendor_gcc_detection.patch:1.2
--- SOURCES/STLport-vendor_gcc_detection.patch:1.1 Thu Mar 6 21:00:41 2008
+++ SOURCES/STLport-vendor_gcc_detection.patch Thu Mar 6 21:44:21 2008
@@ -1,9 +1,3 @@
-this patch fixes gcc version detection for 4.2/4.3:
-
-version strings:
-gcc (GCC) 4.2.3 20080201 (release) (PLD-Linux)
-gcc (PLD-Linux) 4.3.0
-
--- STLport-5.1.5/build/Makefiles/gmake/gcc.mak.orig 2008-03-06 20:36:20.000000000 +0100
+++ STLport-5.1.5/build/Makefiles/gmake/gcc.mak 2008-03-06 20:44:19.000000000 +0100
@@ -26,7 +26,7 @@
@@ -11,7 +5,7 @@
ifneq ($(OSNAME), windows)
-CXX_VERSION := $(shell ${CXX} --version | grep GCC | awk '{ print $$3; }')
-+CXX_VERSION := $(shell ${CXX} --version | grep PLD | awk '{ print $$3; }')
++CXX_VERSION := $(shell ${CXX} -dumpversion)
ifeq ($(CXX_VERSION),)
# 2.95 report only version
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/STLport-vendor_gcc_detection.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list