allow this to build on arches other than i386, amd64 and macppc.

no pkg bump because it has no effect on archs that were building.

problem noticed by sturm@
This commit is contained in:
jakemsr 2008-04-02 06:46:03 +00:00
parent 9c696d2dfd
commit 380b9b5a40

View File

@ -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 <bsd.port.mk>