diff options
author | joerg <joerg@pkgsrc.org> | 2005-10-10 15:24:07 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-10-10 15:24:07 +0000 |
commit | 6355597e31f038bd1e9f936e65d5d5233ece7bcf (patch) | |
tree | dd5da3a86e3fe044c6113fd4f39a6b3c12f645ee /audio | |
parent | 2c9f5747cd3cb998aeef55b79f2aec1f6b4e6b44 (diff) | |
download | pkgsrc-6355597e31f038bd1e9f936e65d5d5233ece7bcf.tar.gz |
Set GNU_CONFIGURE to get config.guess / config.sub override
Diffstat (limited to 'audio')
-rw-r--r-- | audio/portaudio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/portaudio/Makefile b/audio/portaudio/Makefile index d2d2f932bb1..d6d18fd6efe 100644 --- a/audio/portaudio/Makefile +++ b/audio/portaudio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/07/27 16:21:16 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2005/10/10 15:24:08 joerg Exp $ DISTNAME= portaudio_v18_1 PKGNAME= portaudio-18.1 @@ -13,7 +13,7 @@ COMMENT= Portable cross-platform Audio API USE_TOOLS+= gmake USE_LIBTOOL= yes -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} EXTRACT_CMD_OPTS.zip= -aqo |