diff options
author | minskim <minskim> | 2007-06-23 08:06:00 +0000 |
---|---|---|
committer | minskim <minskim> | 2007-06-23 08:06:00 +0000 |
commit | 5f0d5999dd84907843263947cbe7c3a66404c584 (patch) | |
tree | 50ea7e82e042b8bab142ec87a2160d1955d587c1 /audio/libsamplerate | |
parent | 89157d10a581438eba27423872bacb25bd46181d (diff) | |
download | pkgsrc-5f0d5999dd84907843263947cbe7c3a66404c584.tar.gz |
Allow to use the Carbon library if it exists.
Diffstat (limited to 'audio/libsamplerate')
-rw-r--r-- | audio/libsamplerate/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/libsamplerate/Makefile b/audio/libsamplerate/Makefile index 6f37d9b00bf..0aaf5922090 100644 --- a/audio/libsamplerate/Makefile +++ b/audio/libsamplerate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2007/01/13 07:41:09 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2007/06/23 08:06:00 minskim Exp $ # DISTNAME= libsamplerate-0.1.2 @@ -15,6 +15,10 @@ USE_LIBTOOL= YES USE_TOOLS+= pkg-config PKGCONFIG_OVERRIDE+= ${WRKSRC}/samplerate.pc.in +.if exists(/Developer/Headers/FlatCarbon) +BUILDLINK_PASSTHRU_DIRS+= /Developer/Headers/FlatCarbon +.endif + TEST_TARGET= check BUILDLINK_API_DEPENDS.libsndfile+= libsndfile>=1.0.2 |