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: Tue Apr 12 23:43:44 UTC 2022
Modified Files:
pkgsrc/graphics/babl: Makefile
Log Message:
babl: fix inverted logic in previous
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 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.46 pkgsrc/graphics/babl/Makefile:1.47
--- pkgsrc/graphics/babl/Makefile:1.46 Tue Apr 12 23:42:58 2022
+++ pkgsrc/graphics/babl/Makefile Tue Apr 12 23:43:44 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2022/04/12 23:42:58 tnn Exp $
+# $NetBSD: Makefile,v 1.47 2022/04/12 23:43:44 tnn Exp $
DISTNAME= babl-0.1.90
PKGREVISION= 1
@@ -53,7 +53,7 @@ PKG_SUGGESTED_OPTIONS= mmx
.include "../../mk/bsd.options.mk"
-.if empty(PKG_OPTIONS:Mmmx)
+.if !empty(PKG_OPTIONS:Mmmx)
MESON_ARGS+= -Denable-mmx=true
.else
MESON_ARGS+= -Denable-mmx=false
Home |
Main Index |
Thread Index |
Old Index