pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/babl babl: append to PKG_SUGGESTED_OPTIONS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3388e029e225
branches:  trunk
changeset: 385048:3388e029e225
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat Sep 10 11:27:52 2022 +0000

description:
babl: append to PKG_SUGGESTED_OPTIONS

diffstat:

 graphics/babl/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 66c9c5f7cf91 -r 3388e029e225 graphics/babl/Makefile
--- a/graphics/babl/Makefile    Sat Sep 10 10:38:47 2022 +0000
+++ b/graphics/babl/Makefile    Sat Sep 10 11:27:52 2022 +0000
@@ -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 @@
 
 
 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 @@
 
 .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"



Home | Main Index | Thread Index | Old Index