pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/openal Ensure that libopenal is built with pthre...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9b85d5a331ba
branches: trunk
changeset: 533330:9b85d5a331ba
user: joerg <joerg%pkgsrc.org@localhost>
date: Sat Sep 15 11:45:57 2007 +0000
description:
Ensure that libopenal is built with pthread linkage and users of
the config script get it as well. Bump revision.
diffstat:
audio/openal/Makefile | 6 ++++--
audio/openal/distinfo | 4 ++--
audio/openal/patches/patch-ab | 13 ++++++++++++-
3 files changed, 18 insertions(+), 5 deletions(-)
diffs (60 lines):
diff -r f7e5c3730ae7 -r 9b85d5a331ba audio/openal/Makefile
--- a/audio/openal/Makefile Sat Sep 15 11:39:49 2007 +0000
+++ b/audio/openal/Makefile Sat Sep 15 11:45:57 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2007/08/30 15:01:46 joerg Exp $
+# $NetBSD: Makefile,v 1.21 2007/09/15 11:45:57 joerg Exp $
DISTNAME= openal-0.0.8
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://www.openal.org/openal_webstf/downloads/
@@ -13,6 +13,8 @@
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
+PTHREAD_AUTO_VARS= yes
+
INFO_FILES= # PLIST
INSTALLATION_DIRS= ${PKGINFODIR} include/AL
PKGCONFIG_OVERRIDE= admin/pkgconfig/openal.pc.in
diff -r f7e5c3730ae7 -r 9b85d5a331ba audio/openal/distinfo
--- a/audio/openal/distinfo Sat Sep 15 11:39:49 2007 +0000
+++ b/audio/openal/distinfo Sat Sep 15 11:45:57 2007 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.9 2007/08/30 15:01:46 joerg Exp $
+$NetBSD: distinfo,v 1.10 2007/09/15 11:45:57 joerg Exp $
SHA1 (openal-0.0.8.tar.gz) = 31aaedc18bd26759bd51f4fa495bc4ccb08acb3e
RMD160 (openal-0.0.8.tar.gz) = 29368dbceea7cfd8b5c520b9e0f0cfdc7324e265
Size (openal-0.0.8.tar.gz) = 870671 bytes
SHA1 (patch-aa) = a56bdb2f66d5899628ed6aa452d816f439778ccc
-SHA1 (patch-ab) = e0bfe865021fa54fe276e1c5da312f6d3747102b
+SHA1 (patch-ab) = df734f669866c728ede17d1bfc809ec6a31c43d2
SHA1 (patch-ac) = a8911a1c8f421c9043df3ed5d7054a30f92eb635
SHA1 (patch-ad) = c740552ebcb4f846faa7ac17140753a6aac4393c
diff -r f7e5c3730ae7 -r 9b85d5a331ba audio/openal/patches/patch-ab
--- a/audio/openal/patches/patch-ab Sat Sep 15 11:39:49 2007 +0000
+++ b/audio/openal/patches/patch-ab Sat Sep 15 11:45:57 2007 +0000
@@ -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=""
Home |
Main Index |
Thread Index |
Old Index