pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/openal-soft
Module Name: pkgsrc
Committed By: jperkin
Date: Tue Jul 19 08:44:45 UTC 2016
Modified Files:
pkgsrc/audio/openal-soft: Makefile
Log Message:
SunOS needs -D__EXTENSIONS__ for nanosleep().
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/openal-soft/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/openal-soft/Makefile
diff -u pkgsrc/audio/openal-soft/Makefile:1.1 pkgsrc/audio/openal-soft/Makefile:1.2
--- pkgsrc/audio/openal-soft/Makefile:1.1 Mon Feb 8 01:53:48 2016
+++ pkgsrc/audio/openal-soft/Makefile Tue Jul 19 08:44:45 2016
@@ -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 @@ CMAKE_ARGS+= -DEXTRA_LIBS=${LIBOSSAUDIO:
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