aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/blender/files/patch-CMakelists.txt
blob: e4d5dbccf704cb978fca32d7cde149bb311e180a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- CMakeLists.txt.orig 2013-10-07 18:51:15.000000000 +0200
+++ CMakeLists.txt  2013-11-10 14:35:45.000000000 +0100
@@ -876,7 +876,7 @@
    endif()
 
    # OpenSuse needs lutil, ArchLinux not, for now keep, can avoid by using --as-needed
-   set(PLATFORM_LINKLIBS "-lutil -lc -lm -lpthread -lstdc++")
+   set(PLATFORM_LINKLIBS "-lutil -lc -lm -lpthread")
 
    if((NOT WITH_HEADLESS) AND (NOT WITH_GHOST_SDL))
        find_package(X11 REQUIRED)