pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/babl



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.

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"



Home | Main Index | Thread Index | Old Index