summaryrefslogtreecommitdiff
path: root/audio/openal/patches
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-09-15 11:45:57 +0000
committerjoerg <joerg@pkgsrc.org>2007-09-15 11:45:57 +0000
commitd03a494c50ada26c0952c23f94d5ccedd71c3a9c (patch)
tree1573cc4574692901b0c74eed89cf4d09028ee375 /audio/openal/patches
parent0b70660c7af43103fb90fd2eeb2ea1155f09b7e2 (diff)
downloadpkgsrc-d03a494c50ada26c0952c23f94d5ccedd71c3a9c.tar.gz
Ensure that libopenal is built with pthread linkage and users of
the config script get it as well. Bump revision.
Diffstat (limited to 'audio/openal/patches')
-rw-r--r--audio/openal/patches/patch-ab13
1 files changed, 12 insertions, 1 deletions
diff --git a/audio/openal/patches/patch-ab b/audio/openal/patches/patch-ab
index b013fbc3b9a..fe68e6a7dbe 100644
--- a/audio/openal/patches/patch-ab
+++ b/audio/openal/patches/patch-ab
@@ -1,7 +1,18 @@
-$NetBSD: patch-ab,v 1.4 2007/01/03 07:03:15 wiz Exp $
+$NetBSD: patch-ab,v 1.5 2007/09/15 11:45:57 joerg Exp $
--- admin/pkgconfig/openal-config.in.orig 2006-02-11 09:36:55.000000000 +0000
+++ admin/pkgconfig/openal-config.in
+@@ -6,8 +6,8 @@ bindir="@bindir@"
+ includedir="@includedir@"
+ libdir="@libdir@"
+ PACKAGE_VERSION="@PACKAGE_VERSION@"
+-# PTHREAD_CFLAGS="@PTHREAD_CFLAGS@"
+-# PTHREAD_LIBS="@PTHREAD_LIBS@"
++PTHREAD_CFLAGS="@PTHREAD_CFLAGS@"
++PTHREAD_LIBS="@PTHREAD_LIBS@"
+
+ openal_dynamic_ldflags="-lopenal"
+ # TODO: configure should provide the following...
@@ -165,7 +165,7 @@ if test "$echo_libs" = "yes"; then
if test "${libdir}" = "/usr/lib" ; then
libpathflag=""