]> git.pld-linux.org Git - packages/STLport.git/blob - STLport-vendor_gcc_detection.patch
- stlport doesn't require libstdc++ runtime.
[packages/STLport.git] / STLport-vendor_gcc_detection.patch
1 --- STLport-5.1.5/build/Makefiles/gmake/gcc.mak.orig    2008-03-06 20:36:20.000000000 +0100
2 +++ STLport-5.1.5/build/Makefiles/gmake/gcc.mak 2008-03-06 20:44:19.000000000 +0100
3 @@ -26,7 +26,7 @@
4  else
5  
6  ifneq ($(OSNAME), windows)
7 -CXX_VERSION := $(shell ${CXX} --version | grep GCC | awk '{ print $$3; }')
8 +CXX_VERSION := $(shell ${CXX} -dumpversion)
9  
10  ifeq ($(CXX_VERSION),)
11  # 2.95 report only version
This page took 0.032749 seconds and 3 git commands to generate.