openbsd-ports/devel/libofx/patches/patch-configure
landry 10139435ff Update to libofx 0.9.1.
Use gettext MODULE, and finally depend on textproc/opensp, like it
should have been since i ported this ages ago.
ok ajacoutot@ jasper@
2009-11-24 20:32:35 +00:00

13 lines
318 B
Plaintext

$OpenBSD: patch-configure,v 1.2 2009/11/24 20:32:35 landry Exp $
--- configure.orig Wed Mar 25 22:00:04 2009
+++ configure Wed Mar 25 22:00:25 2009
@@ -21111,7 +21111,7 @@ fi
done
-OPENSPLIBS="-L$OPENSPLIBPATH -losp"
+OPENSPLIBS="-L$OPENSPLIBPATH -losp -pthread"
ac_save_LIBS="$LIBS"
LIBS="$OPENSPLIBS $LIBS"