Remove unneeded patch, upstream now properly uses pkg-config --libs ofx.
This commit is contained in:
parent
d42ecb95ef
commit
930b052b55
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-configure,v 1.2 2010/06/05 14:37:42 landry Exp $
|
||||
--- configure.orig Sat Jan 30 20:32:07 2010
|
||||
+++ configure Mon Apr 5 22:22:52 2010
|
||||
@@ -17706,7 +17706,7 @@ if test "${ac_cv_lib_ofx_ofx_set_status_cb+set}" = set
|
||||
$as_echo_n "(cached) " >&6
|
||||
else
|
||||
ac_check_lib_save_LIBS=$LIBS
|
||||
-LIBS="-lofx $LIBS"
|
||||
+LIBS="`pkg-config --libs libofx $LIBS`"
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
/* end confdefs.h. */
|
||||
|
Loading…
Reference in New Issue
Block a user