=================================================================== RCS file: /cvs/ports/audio/openal-soft/Attic/Makefile,v retrieving revision 1.2 retrieving revision 1.4 diff -u -r1.2 -r1.4 --- ports/audio/openal-soft/Attic/Makefile 2009/08/20 21:57:19 1.2 +++ ports/audio/openal-soft/Attic/Makefile 2009/10/03 08:37:33 1.4 @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.2 2009/08/20 20:57:19 yason Exp $ +# $OpenBSD: Makefile,v 1.4 2009/10/03 07:37:33 yason Exp $ COMMENT = software implementation of the OpenAL specification -DISTNAME = openal-soft-1.8.466 +DISTNAME = openal-soft-1.9.563 -SHARED_LIBS = openal 0.0 #1.8 +SHARED_LIBS = openal 0.0 #1.9 CATEGORIES = audio @@ -18,7 +18,7 @@ PERMIT_DISTFILES_CDROM =Yes PERMIT_DISTFILES_FTP = Yes -WANTLIB = c m pthread +WANTLIB = c m ossaudio pthread MASTER_SITES = http://kcat.strangesoft.net/openal-releases/ EXTRACT_SUFX = .tar.bz2 @@ -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