=================================================================== RCS file: /cvs/ports/audio/openal-soft/Attic/Makefile,v retrieving revision 1.2 retrieving revision 1.5 diff -u -r1.2 -r1.5 --- ports/audio/openal-soft/Attic/Makefile 2009/08/20 21:57:19 1.2 +++ ports/audio/openal-soft/Attic/Makefile 2010/06/03 16:52:27 1.5 @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.2 2009/08/20 20:57:19 yason Exp $ +# $OpenBSD: Makefile,v 1.5 2010/06/03 15:52:27 yason Exp $ COMMENT = software implementation of the OpenAL specification -DISTNAME = openal-soft-1.8.466 +DISTNAME = openal-soft-1.10.622 -SHARED_LIBS = openal 0.0 #1.8 +SHARED_LIBS = openal 0.0 #1.9 CATEGORIES = audio @@ -18,16 +18,18 @@ 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 MODULES = devel/cmake +SEPARATE_BUILD = concurrent 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