- 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
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
|
|
|