forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
425 B
Text
11 lines
425 B
Text
--- ./lib/Makefile.in.orig 2014-06-22 19:45:04.000000000 -0400
|
|
+++ ./lib/Makefile.in 2014-06-22 19:46:20.000000000 -0400
|
|
@@ -299,7 +299,7 @@
|
|
|
|
|
|
#libofx_la_LIBADD = @LIBOBJS@ ${OPENSPLIBS} -lstdc++
|
|
-libofx_la_LIBADD = $(OPENSPLIBS) $(ICONV_LIBS) -lstdc++
|
|
+libofx_la_LIBADD = $(OPENSPLIBS) $(ICONV_LIBS)
|
|
libofx_la_LDFLAGS = -no-undefined -version-info @LIBOFX_SO_CURRENT@:@LIBOFX_SO_REVISION@:@LIBOFX_SO_AGE@
|
|
all: all-am
|
|
|