summaryrefslogtreecommitdiff
path: root/audio/liblo/patches
diff options
context:
space:
mode:
authorkamil <kamil>2016-06-20 08:09:40 +0000
committerkamil <kamil>2016-06-20 08:09:40 +0000
commita493a802b87cf98a37fb42f8304b60aae524532a (patch)
treefa8ee15cdbe4441a8b1a9e88e80c40152aac3755 /audio/liblo/patches
parentc2ee035b0595d4167d887fcafd831e0af7520287 (diff)
downloadpkgsrc-a493a802b87cf98a37fb42f8304b60aae524532a.tar.gz
Import liblo-0.28 as audio/liblo
liblo is an implementation of the Open Sound Control protocol for POSIX systems. Originally packaged in pkgsrc-wip by: - Johann Franz, - Sergey Svishchev, - Blair Sadewitz, - Tobias Nygren, - Joerg Sonnenberg, - Thomas Klausner, - Aleksej Saushev, - Blue Rats and - myself.
Diffstat (limited to 'audio/liblo/patches')
-rw-r--r--audio/liblo/patches/patch-ac14
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/liblo/patches/patch-ac b/audio/liblo/patches/patch-ac
new file mode 100644
index 00000000000..c83270fe6c0
--- /dev/null
+++ b/audio/liblo/patches/patch-ac
@@ -0,0 +1,14 @@
+$NetBSD: patch-ac,v 1.1 2016/06/20 08:09:40 kamil Exp $
+
+Fixes pthread LIBS and CFLAGS.
+
+--- liblo.pc.in.orig 2013-07-25 10:14:32.000000000 +0000
++++ liblo.pc.in
+@@ -6,5 +6,5 @@ includedir=@includedir@
+ Name: liblo
+ Version: @PACKAGE_VERSION@
+ Description: A lightweight OSC server/client library
+-Libs: -L${libdir} -llo @LIBPTHREAD@ @extralibs@
+-Cflags: -I${includedir}
++Libs: -L${libdir} -llo @LIBPTHREAD@ @PTHREAD_LIBS@ @extralibs@
++Cflags: -I${includedir} @PTHREAD_CFLAGS@