openbsd-ports/devel/libofx/patches/patch-libofx_pc_in
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

14 lines
491 B
Plaintext

$OpenBSD: patch-libofx_pc_in,v 1.2 2009/11/24 20:32:35 landry Exp $
--- libofx.pc.in.orig Sat Oct 27 09:40:29 2007
+++ libofx.pc.in Wed Mar 25 22:24:26 2009
@@ -10,7 +10,5 @@ Description: libofx is a library for processing Open F
Version: @VERSION@
Requires:
Conflicts:
-#Libs: -L${libdir} @OPENSPLIBS@ -lofx
-#Cflags: -I${includedir} -I@OPENSPINCLUDES@
-Libs: -L${libdir} -lofx
-Cflags: -I${includedir}
+Libs: -L${libdir} -lofx @OPENSPLIBS@
+Cflags: -I${includedir} -I@OPENSPINCLUDES@