diff options
author | joerg <joerg@pkgsrc.org> | 2007-09-15 11:45:57 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-09-15 11:45:57 +0000 |
commit | eb0d4142e7a523cc26389d67b72a6232f7dce0a1 (patch) | |
tree | 1573cc4574692901b0c74eed89cf4d09028ee375 /audio/openal | |
parent | a8654cc85287a143a8e8b829832302d4e0ba8a29 (diff) | |
download | pkgsrc-eb0d4142e7a523cc26389d67b72a6232f7dce0a1.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')
-rw-r--r-- | audio/openal/Makefile | 6 | ||||
-rw-r--r-- | audio/openal/distinfo | 4 | ||||
-rw-r--r-- | audio/openal/patches/patch-ab | 13 |
3 files changed, 18 insertions, 5 deletions
diff --git a/audio/openal/Makefile b/audio/openal/Makefile index 6bdaf588936..e95f82cbfae 100644 --- a/audio/openal/Makefile +++ b/audio/openal/Makefile @@ -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_TOOLS+= gmake makeinfo 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 --git a/audio/openal/distinfo b/audio/openal/distinfo index 34fd5e3d83f..1d202be54fa 100644 --- a/audio/openal/distinfo +++ b/audio/openal/distinfo @@ -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 --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="" |