mirror of
https://git.freebsd.org/ports.git
synced 2025-06-11 15:50:33 -04:00
Use new LIB_DEPEND syntax, enable stage support. Don't hardcode -lstdc++ to fix build on HEAD.
12 lines
338 B
Text
12 lines
338 B
Text
--- GNUmakefile.in.orig 2013-10-03 09:22:02.000000000 +0000
|
|
+++ GNUmakefile.in 2013-10-03 09:23:50.000000000 +0000
|
|
@@ -19060,8 +19060,7 @@
|
|
libjavascriptcoregtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la \
|
|
$(WINMM_LIBS) \
|
|
-lm \
|
|
- -lpthread \
|
|
- -lstdc++
|
|
+ -lpthread
|
|
|
|
Programs_minidom_LDFLAGS = \
|
|
-no-install \
|