summaryrefslogtreecommitdiff
path: root/audio/portaudio
diff options
context:
space:
mode:
authorminskim <minskim>2006-05-16 08:09:42 +0000
committerminskim <minskim>2006-05-16 08:09:42 +0000
commit358515754ffa9262a4c57f408b3c8dab91e187a5 (patch)
tree6f7fb4c5b69868181183770af38948da25e3f127 /audio/portaudio
parentd03a7ffb43743b5dde57a3bc1885c45f92121f40 (diff)
downloadpkgsrc-358515754ffa9262a4c57f408b3c8dab91e187a5.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/portaudio')
-rw-r--r--audio/portaudio/Makefile4
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: