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: Thu Apr 27 13:58:52 UTC 2023
Modified Files:
pkgsrc/audio/openal-soft: Makefile
Log Message:
openal-soft: Remove --version-script on SunOS.
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 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.34 pkgsrc/audio/openal-soft/Makefile:1.35
--- pkgsrc/audio/openal-soft/Makefile:1.34 Sun Apr 23 09:13:19 2023
+++ pkgsrc/audio/openal-soft/Makefile Thu Apr 27 13:58:52 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2023/04/23 09:13:19 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2023/04/27 13:58:52 jperkin Exp $
DISTNAME= openal-soft-1.23.1
CATEGORIES= audio
@@ -29,7 +29,8 @@ CFLAGS+= -DSYS_CONF_DIR="\"${PKG_SYSCONF
CFLAGS.NetBSD+= -D_NETBSD_SOURCE
CFLAGS.SunOS+= -D__EXTENSIONS__
-BUILDLINK_TRANSFORM+= rm:-Wall
+BUILDLINK_TRANSFORM+= rm:-Wall
+BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,--version-script=${WRKSRC}/libopenal.version
CONF_FILES+= ${PREFIX}/share/openal/alsoftrc.sample ${PKG_SYSCONFDIR}/alsoft.conf
Home |
Main Index |
Thread Index |
Old Index