=================================================================== RCS file: /cvs/ports/audio/openal-soft/Attic/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ports/audio/openal-soft/Attic/Makefile 2009/06/12 17:13:00 1.1 +++ ports/audio/openal-soft/Attic/Makefile 2009/08/20 21:57:19 1.2 @@ -1,15 +1,10 @@ -# $OpenBSD: Makefile,v 1.1 2009/06/12 16:13:00 yason Exp $ -#ONLY_FOR_ARCHS = ??? -#NOT_FOR_ARCHS = ??? -#SHARED_ONLY = ??? -#COMES_WITH = ??? -#BROKEN = reason +# $OpenBSD: Makefile,v 1.2 2009/08/20 20:57:19 yason Exp $ COMMENT = software implementation of the OpenAL specification DISTNAME = openal-soft-1.8.466 -SHARED_LIBS = openal 1.8 +SHARED_LIBS = openal 0.0 #1.8 CATEGORIES = audio @@ -32,7 +27,7 @@ USE_LIBTOOL = Yes CONFIGURE_ARGS += -DALSA:BOOL=OFF -DPORTAUDIO:BOOL=OFF -DPULSEAUDIO:BOOL=OFF \ - -DSOLARIS:BOOL=OFF -DDSOUND:BOOL=OFF + -DOSS:BOOL=OFF -DSOLARIS:BOOL=OFF -DDSOUND:BOOL=OFF NO_REGRESS = Yes