diff options
author | tnn <tnn@pkgsrc.org> | 2022-09-10 11:27:52 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2022-09-10 11:27:52 +0000 |
commit | 46765382c489a24a04ec40fbb02669d150ec8015 (patch) | |
tree | 4dd1880305b2ee73e5de8224f74677824b664422 | |
parent | 66644aee9a72527933eccf624bb48f4e7c37169e (diff) | |
download | pkgsrc-46765382c489a24a04ec40fbb02669d150ec8015.tar.gz |
babl: append to PKG_SUGGESTED_OPTIONS
-rw-r--r-- | graphics/babl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/babl/Makefile b/graphics/babl/Makefile index ed7d75e6e81..023f285fa6f 100644 --- a/graphics/babl/Makefile +++ b/graphics/babl/Makefile @@ -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" |