]> git.pld-linux.org Git - packages/STLport.git/commitdiff
- plain solution, no vendor hacks
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 6 Mar 2008 20:44:21 +0000 (20:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    STLport-vendor_gcc_detection.patch -> 1.2

STLport-vendor_gcc_detection.patch

index 33300c94cfccdf0990390858cde2fdbc2c87bad9..c3853b9ac387eed7494f3f23bb2c5395ef35cf92 100644 (file)
@@ -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 @@ gcc (PLD-Linux) 4.3.0
  
  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
This page took 0.033307 seconds and 4 git commands to generate.