diff options
author | minskim <minskim@pkgsrc.org> | 2006-05-16 08:09:42 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-05-16 08:09:42 +0000 |
commit | 685db3d09a6f7f0f33b1adda8d4dbd29873cb1fe (patch) | |
tree | 6f7fb4c5b69868181183770af38948da25e3f127 /audio | |
parent | 2f479fe2bbe6c3a8480a8f8baa9ae453ec924e9d (diff) | |
download | pkgsrc-685db3d09a6f7f0f33b1adda8d4dbd29873cb1fe.tar.gz |
Add a compiler option to find a header file on Darwin. This addresses the
first problem reported in PR pkg/33420. The second problem (link errors)
is not reproducible on my Darwin 8.6.0.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/portaudio/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/portaudio/Makefile b/audio/portaudio/Makefile index 53586326f91..633c0f11508 100644 --- a/audio/portaudio/Makefile +++ b/audio/portaudio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/03/09 21:04:41 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2006/05/16 08:09:42 minskim Exp $ DISTNAME= portaudio_v18_1 PKGNAME= portaudio-18.1 @@ -17,6 +17,8 @@ USE_TOOLS+= gmake USE_LIBTOOL= yes GNU_CONFIGURE= yes +CFLAGS.Darwin= -Ipablio + EXTRACT_OPTS_ZIP= -aqo pre-configure: |