summaryrefslogtreecommitdiff
path: root/graphics/geos/files/patch-tools-CMakeLists.txt
blob: f7a46763edaf7d08c1792c7e4f27687fc6612d6a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- tools/CMakeLists.txt.orig	2022-01-15 21:14:55 UTC
+++ tools/CMakeLists.txt
@@ -45,7 +45,7 @@ function(configure_install_geos_pc)
   set(includedir "$\{prefix\}/${CMAKE_INSTALL_INCLUDEDIR}")
   set(libdir "$\{exec_prefix\}/${CMAKE_INSTALL_LIBDIR}")
   set(VERSION ${GEOS_VERSION})
-  set(EXTRA_LIBS "-lstdc++")
+  #set(EXTRA_LIBS "-lstdc++")
   if(HAVE_LIBM)
     list(APPEND EXTRA_LIBS "-lm")
   endif()