diff options
author | nia <nia@pkgsrc.org> | 2019-11-24 00:35:56 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-11-24 00:35:56 +0000 |
commit | 0ca63ac04db2a9057e849c77d45c0b2e027be3e1 (patch) | |
tree | e60f465b78136c6bd6caf58e0423cb1e374063af /audio/libao-sun | |
parent | 74687e6136f09e631a4d429aa74e792480ff950e (diff) | |
download | pkgsrc-0ca63ac04db2a9057e849c77d45c0b2e027be3e1.tar.gz |
libao: Update to 1.2.2
Fixes a NULL pointer dereference, among other issues.
Make libao-sun the default driver for NetBSD.
Diffstat (limited to 'audio/libao-sun')
-rw-r--r-- | audio/libao-sun/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/libao-sun/Makefile b/audio/libao-sun/Makefile index bfd144eed04..856ffd2b6b1 100644 --- a/audio/libao-sun/Makefile +++ b/audio/libao-sun/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2016/03/27 22:45:48 jperkin Exp $ +# $NetBSD: Makefile,v 1.11 2019/11/24 00:35:57 nia Exp $ .include "../../audio/libao/Makefile.common" @@ -9,7 +9,7 @@ COMMENT+= (Sun audio plugin) # no support for the sun audio interface NOT_FOR_PLATFORM+= Darwin-*-* DragonFly-*-* FreeBSD-*-* Linux-*-* -CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/ENABLE_SUN_AUDIO=no/ENABLE_SUN_AUDIO=yes/g} +CONFIGURE_ENV:= ${CONFIGURE_ENV:S/ac_cv_header_sys_audioio_h=no//1} BUILD_DIRS= src/plugins/sun INSTALL_DIRS= src/plugins/sun |