=================================================================== RCS file: /cvs/ports/audio/openal-soft/Attic/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ports/audio/openal-soft/Attic/Makefile 2009/08/20 21:57:19 1.2 +++ ports/audio/openal-soft/Attic/Makefile 2009/09/21 13:24:55 1.3 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2009/08/20 20:57:19 yason Exp $ +# $OpenBSD: Makefile,v 1.3 2009/09/21 12:24:55 yason Exp $ COMMENT = software implementation of the OpenAL specification @@ -26,8 +26,9 @@ MODULES = devel/cmake USE_LIBTOOL = Yes -CONFIGURE_ARGS += -DALSA:BOOL=OFF -DPORTAUDIO:BOOL=OFF -DPULSEAUDIO:BOOL=OFF \ - -DOSS:BOOL=OFF -DSOLARIS:BOOL=OFF -DDSOUND:BOOL=OFF +CONFIGURE_ARGS += -DALSA:BOOL=OFF -DPORTAUDIO:BOOL=ON -DPULSEAUDIO:BOOL=OFF \ + -DOSS:BOOL=ON -DSOLARIS:BOOL=OFF -DDSOUND:BOOL=OFF \ + -DALSOFT_CONFIG:BOOL=ON NO_REGRESS = Yes