pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/libsndfile Fix building on MacOSX



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1b275b55c0ba
branches:  trunk
changeset: 484054:1b275b55c0ba
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Nov 23 19:02:43 2004 +0000

description:
Fix building on MacOSX

diffstat:

 audio/libsndfile/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r a2f165afdd39 -r 1b275b55c0ba audio/libsndfile/Makefile
--- a/audio/libsndfile/Makefile Tue Nov 23 18:21:54 2004 +0000
+++ b/audio/libsndfile/Makefile Tue Nov 23 19:02:43 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2004/11/19 12:15:14 adam Exp $
+# $NetBSD: Makefile,v 1.26 2004/11/23 19:02:43 adam Exp $
 
 DISTNAME=      libsndfile-1.0.11
 CATEGORIES=    audio
@@ -28,4 +28,8 @@
 MAKE_ENV+=             AM_CFLAGS="${OSS_DEFS}"
 .endif
 
+.if ${OPSYS} == "Darwin"
+BUILDLINK_PASSTHRU_DIRS+=      /Developer
+.endif
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index