Received: by mail.netbsd.org (Postfix, from userid 605) id 4594184FB7; Sat, 10 Sep 2022 11:27:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7E12B84FB4 for ; Sat, 10 Sep 2022 11:27: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 T814e9Js8fvv for ; Sat, 10 Sep 2022 11:27:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 78C8384CFE for ; Sat, 10 Sep 2022 11:27:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6D96FFA90; Sat, 10 Sep 2022 11:27:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1662809272122030" MIME-Version: 1.0 Date: Sat, 10 Sep 2022 11:27:52 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/graphics/babl To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20220910112752.6D96FFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1662809272122030 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Sat Sep 10 11:27:52 UTC 2022 Modified Files: pkgsrc/graphics/babl: Makefile Log Message: babl: append to PKG_SUGGESTED_OPTIONS To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 pkgsrc/graphics/babl/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1662809272122030 Content-Disposition: inline Content-Length: 885 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/babl/Makefile diff -u pkgsrc/graphics/babl/Makefile:1.50 pkgsrc/graphics/babl/Makefile:1.51 --- pkgsrc/graphics/babl/Makefile:1.50 Sat Sep 10 09:34:16 2022 +++ pkgsrc/graphics/babl/Makefile Sat Sep 10 11:27:52 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2022/09/10 09:34:16 wiz Exp $ +# $NetBSD: Makefile,v 1.51 2022/09/10 11:27:52 tnn Exp $ DISTNAME= babl-0.1.96 CATEGORIES= graphics @@ -37,7 +37,6 @@ PLIST.x86_64= yes PKG_OPTIONS_VAR= PKG_OPTIONS.babl -PKG_SUPPORTED_OPTIONS= .if (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64") PKG_SUPPORTED_OPTIONS+= mmx .endif @@ -46,7 +45,7 @@ PKG_SUPPORTED_OPTIONS+= mmx .if (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64") \ && empty(CC_VERSION:Mgcc-7.*) -PKG_SUGGESTED_OPTIONS= mmx +PKG_SUGGESTED_OPTIONS+= mmx .endif .include "../../mk/bsd.options.mk" --_----------=_1662809272122030--