Fix build on SunOS.
Configure does not enable the sun output plugin, which requires BSD extensions and wouldn't work anyway. But we can use the oss plugin, recent SunOS versions support OSS.
This commit is contained in:
parent
4c8ca2f5e4
commit
5f293c80a6
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.17 2011/01/13 13:36:58 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.18 2011/04/21 15:01:56 hans Exp $
|
||||
#
|
||||
|
||||
DISTNAME= audacious-plugins-1.5.1
|
||||
|
@ -57,7 +57,8 @@ PLIST.oss= yes
|
|||
.elif ${OPSYS} == "DragonFly"
|
||||
PLIST.oss= yes
|
||||
.elif ${OPSYS} == "SunOS"
|
||||
PLIST.sun= yes
|
||||
CPPFLAGS.SunOS= -D__EXTENSIONS__ -D__uint32_t=uint32_t -D__uint64_t=uint64_t
|
||||
PLIST.oss= yes
|
||||
#.elif ${OPSYS} == "Linux"
|
||||
#. include "../../wip/alsa-lib/buildlink3.mk"
|
||||
#PKG_SUPPORTED_OPTIONS+= lirc
|
||||
|
|
Loading…
Reference in a new issue