diff options
author | bjs <bjs@pkgsrc.org> | 2008-11-16 11:55:19 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2008-11-16 11:55:19 +0000 |
commit | 2ec5b983c57ab52fe3a7955c2ae58249b5d67aa7 (patch) | |
tree | 0a281b27c899f9a981c9ca9cbb564ac51b2bad4b /audio/jack/Makefile | |
parent | 0466af2903f8cd6fd21a4f269b8038950773f8d7 (diff) | |
download | pkgsrc-2ec5b983c57ab52fe3a7955c2ae58249b5d67aa7.tar.gz |
If we're using dynamic SIMD detection, we _do not_ want to build
with -msse et. al.
s/HOST_HAS_BSD_POLL/JACK_&/
Diffstat (limited to 'audio/jack/Makefile')
-rw-r--r-- | audio/jack/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/jack/Makefile b/audio/jack/Makefile index 09b77cb7316..e44503e785e 100644 --- a/audio/jack/Makefile +++ b/audio/jack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2008/11/16 11:22:55 bjs Exp $ +# $NetBSD: Makefile,v 1.13 2008/11/16 11:55:19 bjs Exp $ # DISTNAME= jack-audio-connection-kit-${JACK_VERSION} @@ -43,7 +43,7 @@ JACKD_DEFAULT_TMPDIR?= /tmp .include "../../mk/bsd.prefs.mk" .if !empty(OPSYS:M*BSD) || ${OPSYS} == "DragonFly" || ${OPSYS} == "Darwin" -CFLAGS+= -DHOST_HAS_BSD_POLL +CFLAGS+= -DJACK_HOST_HAS_BSD_POLL .endif ### ### XXX Is there a way to properly use the emulation framework |