forked from Lainports/freebsd-ports
Changes: https://github.com/libgeos/geos/blob/main/NEWS.md https://github.com/libgeos/geos/blob/3.10/NEWS
11 lines
408 B
Text
11 lines
408 B
Text
--- 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()
|