aboutsummaryrefslogtreecommitdiffstats
path: root/finance
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-12-31 04:47:33 +0800
committerpav <pav@FreeBSD.org>2005-12-31 04:47:33 +0800
commitf0e69075a7b64acbe67360a03451c5293cc20bc6 (patch)
tree7804f05c373f1b9efcfebd41a2b6e2a4bc9a00e2 /finance
parent2b7dc11d3681d9f35e9dc8d67d4b3e8a6b3571e7 (diff)
downloadfreebsd-ports-gnome-f0e69075a7b64acbe67360a03451c5293cc20bc6.tar.gz
freebsd-ports-gnome-f0e69075a7b64acbe67360a03451c5293cc20bc6.tar.zst
freebsd-ports-gnome-f0e69075a7b64acbe67360a03451c5293cc20bc6.zip
- Fix build
Diffstat (limited to 'finance')
-rw-r--r--finance/libofx/files/patch-lib_Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/finance/libofx/files/patch-lib_Makefile.in b/finance/libofx/files/patch-lib_Makefile.in
new file mode 100644
index 000000000000..1119c2ff8eaa
--- /dev/null
+++ b/finance/libofx/files/patch-lib_Makefile.in
@@ -0,0 +1,11 @@
+--- lib/Makefile.in.orig Sun Jul 31 20:21:10 2005
++++ lib/Makefile.in Fri Dec 30 21:12:44 2005
+@@ -250,7 +250,7 @@
+ -I${OPENSPINCLUDES} \
+ -DMAKEFILE_DTD_PATH=\"${LIBOFX_DTD_DIR}/\"
+
+-libofx_la_LIBADD = @LIBOBJ@ ${OPENSPLIBS} -lstdc++
++libofx_la_LIBADD = @LIBOBJS@ ${OPENSPLIBS} -lstdc++
+ libofx_la_LDFLAGS = -version-info @LIBOFX_SO_CURRENT@:@LIBOFX_SO_REVISION@:@LIBOFX_SO_AGE@
+ all: all-am
+