diff --git a/audio/portaudio-svn/Makefile b/audio/portaudio-svn/Makefile index d5e595c5b3d..a0c06b628a7 100644 --- a/audio/portaudio-svn/Makefile +++ b/audio/portaudio-svn/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2008/03/24 05:26:46 jakemsr Exp $ +# $OpenBSD: Makefile,v 1.5 2008/04/02 06:46:03 jakemsr Exp $ COMMENT= portable cross-platform audio API DISTNAME= portaudio-svn-1360 @@ -30,4 +30,6 @@ CONFIGURE_ARGS= --without-alsa REGRESS_TARGET= tests REGRESS_IS_INTERACTIVE= Yes +CFLAGS+= -DALLOW_SMP_DANGERS + .include