pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/openal-soft SunOS needs -D__EXTENSIONS__ for nan...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/772fdfbba994
branches:  trunk
changeset: 349925:772fdfbba994
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue Jul 19 08:44:45 2016 +0000

description:
SunOS needs -D__EXTENSIONS__ for nanosleep().

diffstat:

 audio/openal-soft/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 8b3082410385 -r 772fdfbba994 audio/openal-soft/Makefile
--- a/audio/openal-soft/Makefile        Tue Jul 19 08:37:19 2016 +0000
+++ b/audio/openal-soft/Makefile        Tue Jul 19 08:44:45 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/02/08 01:53:48 markd Exp $
+# $NetBSD: Makefile,v 1.2 2016/07/19 08:44:45 jperkin Exp $
 #
 
 DISTNAME=      openal-soft-1.17.2
@@ -44,6 +44,7 @@
 
 CFLAGS+= -DSYS_CONF_DIR="\"${PKG_SYSCONFDIR}\""
 CFLAGS.NetBSD+=        -D_NETBSD_SOURCE
+CFLAGS.SunOS+= -D__EXTENSIONS__
 
 CONF_FILES+= ${PREFIX}/share/openal/alsoftrc.sample ${PKG_SYSCONFDIR}/alsoft.conf
 



Home | Main Index | Thread Index | Old Index