summaryrefslogtreecommitdiff
path: root/math/qalculate/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'math/qalculate/patches/patch-ac')
-rw-r--r--math/qalculate/patches/patch-ac11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/qalculate/patches/patch-ac b/math/qalculate/patches/patch-ac
new file mode 100644
index 00000000000..a1d1d6a978f
--- /dev/null
+++ b/math/qalculate/patches/patch-ac
@@ -0,0 +1,11 @@
+$NetBSD: patch-ac,v 1.1 2006/02/24 00:05:00 joerg Exp $
+
+--- libqalculate.pc.in.orig 2006-02-23 23:44:44.000000000 +0000
++++ libqalculate.pc.in
+@@ -7,5 +7,5 @@ Name: libqalculate
+ Description: libqalculate
+ Requires: glib-2.0 libxml-2.0
+ Version: @VERSION@
+-Libs: -L${libdir} @CLN_LIBS@ -lpthread -lqalculate
++Libs: -L${libdir} @CLN_LIBS@ @PTHREAD_LIBS@ -lqalculate
+ Cflags: -I${includedir} @CLN_CPPFLAGS@