Received: by mail.netbsd.org (Postfix, from userid 605) id 15D7A84E7A; Thu, 27 Apr 2023 13:58:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4460784E71 for ; Thu, 27 Apr 2023 13:58:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id MZU0VyN0OBwv for ; Thu, 27 Apr 2023 13:58:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 9733584E53 for ; Thu, 27 Apr 2023 13:58:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8B2D6FA87; Thu, 27 Apr 2023 13:58:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1682603932294260" MIME-Version: 1.0 Date: Thu, 27 Apr 2023 13:58:52 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/audio/openal-soft To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20230427135852.8B2D6FA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1682603932294260 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1682603932294260 Content-Disposition: inline Content-Length: 824 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1682603932294260--