From 685db3d09a6f7f0f33b1adda8d4dbd29873cb1fe Mon Sep 17 00:00:00 2001 From: minskim Date: Tue, 16 May 2006 08:09:42 +0000 Subject: 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. --- audio/portaudio/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'audio') 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: -- cgit v1.2.3