diff options
Diffstat (limited to 'finance/libofx/patches/patch-ac')
-rw-r--r-- | finance/libofx/patches/patch-ac | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/finance/libofx/patches/patch-ac b/finance/libofx/patches/patch-ac new file mode 100644 index 00000000000..0481d85a73a --- /dev/null +++ b/finance/libofx/patches/patch-ac @@ -0,0 +1,14 @@ +$NetBSD: patch-ac,v 1.1.1.1 2006/02/05 22:25:01 wiz Exp $ + +--- ofxconnect/Makefile.in.orig 2005-07-31 18:34:47.000000000 +0000 ++++ ofxconnect/Makefile.in +@@ -201,7 +199,8 @@ sbindir = @sbindir@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ +-ofxconnect_LDADD = $(top_builddir)/lib/libofx.la -L/usr/lib -lcurl -lz -lssl -lcrypto -ldl ++ofxconnect_LDADD = $(top_builddir)/lib/libofx.la ++ofxconnect_LDFLAGS = `curl-config --libs` + ofxconnect_SOURCES = cmdline.h cmdline.c ofxconnect.cpp + AM_CPPFLAGS = \ + -I${top_srcdir}/inc |