mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 08:30:37 -04:00
Changes: https://trac.osgeo.org/geos/browser/git/NEWS?rev=3.9 https://github.com/libgeos/geos/blob/3.9/NEWS PR: 252569 Exp-run by: antoine
20 lines
822 B
Text
20 lines
822 B
Text
--- tests/thread/Makefile.in.orig 2020-12-09 19:04:24 UTC
|
|
+++ tests/thread/Makefile.in
|
|
@@ -316,13 +316,13 @@ top_srcdir = @top_srcdir@
|
|
#
|
|
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/tests/unit/tut -I$(top_builddir)/capi
|
|
|
|
-# The -lstdc++ is needed for --disable-shared to work
|
|
+# The is needed for --disable-shared to work
|
|
threadtest_SOURCES = threadtest.c
|
|
-threadtest_LDADD = $(top_builddir)/capi/libgeos_c.la -lpthread -lstdc++
|
|
+threadtest_LDADD = $(top_builddir)/capi/libgeos_c.la -lpthread
|
|
|
|
-# The -lstdc++ is needed for --disable-shared to work
|
|
+# The is needed for --disable-shared to work
|
|
badthreadtest_SOURCES = badthreadtest.c
|
|
-badthreadtest_LDADD = $(top_builddir)/capi/libgeos_c.la -lpthread -lstdc++
|
|
+badthreadtest_LDADD = $(top_builddir)/capi/libgeos_c.la -lpthread
|
|
all: all-am
|
|
|
|
.SUFFIXES:
|