freebsd-ports/finance/libofx/files/patch-lib__Makefile.in
Jason E. Hale 5fad80797e - USES=libtool, drop .la files
- Strip binaries
- Remove autotools hacks that can be fixed with staging
- Fix packaging of documentation and give regular DOCS their own option
- Rename APIDOC option to DOXYGEN
- Bump PORTREVISION
2014-06-23 02:31:01 +00:00

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