pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/libao Darwin doesn't build liboss or libsun, but...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c9535f8858f5
branches: trunk
changeset: 485679:c9535f8858f5
user: grant <grant%pkgsrc.org@localhost>
date: Sat Dec 18 17:12:00 2004 +0000
description:
Darwin doesn't build liboss or libsun, but does use dlopen.
no PKGREVISION bump because it didn't build before.
diffstat:
audio/libao/Makefile.common | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r fb32df10fe6a -r c9535f8858f5 audio/libao/Makefile.common
--- a/audio/libao/Makefile.common Sat Dec 18 16:59:25 2004 +0000
+++ b/audio/libao/Makefile.common Sat Dec 18 17:12:00 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.14 2004/11/16 14:49:13 adam Exp $
+# $NetBSD: Makefile.common,v 1.15 2004/12/18 17:12:00 grant Exp $
DISTNAME= libao-0.8.5
CATEGORIES= audio devel
@@ -32,6 +32,9 @@
.elif ${OPSYS} == "Interix"
PLIST_SUBST+= LIBOSS="@comment "
PLIST_SUBST+= LIBSUN="@comment "
+.elif ${OPSYS} == "Darwin"
+PLIST_SUBST+= LIBOSS="@comment "
+PLIST_SUBST+= LIBSUN="@comment "
.else
PLIST_SUBST+= LIBOSS=""
PLIST_SUBST+= LIBSUN=""
@@ -43,4 +46,5 @@
CONFIGURE_ARGS+= --disable-esd
.include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../mk/dlopen.buildlink3.mk"
.include "../../mk/ossaudio.buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index