pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/babl babl: partially revert previous, fix bui...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/10779c29a657
branches:  trunk
changeset: 385132:10779c29a657
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Sep 11 08:59:14 2022 +0000

description:
babl: partially revert previous, fix build on non-x86

diffstat:

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

diffs (17 lines):

diff -r e6991ffe5abb -r 10779c29a657 graphics/babl/Makefile
--- a/graphics/babl/Makefile    Sun Sep 11 08:20:26 2022 +0000
+++ b/graphics/babl/Makefile    Sun Sep 11 08:59:14 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2022/09/10 11:27:52 tnn Exp $
+# $NetBSD: Makefile,v 1.52 2022/09/11 08:59:14 tnn Exp $
 
 DISTNAME=      babl-0.1.96
 CATEGORIES=    graphics
@@ -37,6 +37,7 @@
 
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.babl
+PKG_SUPPORTED_OPTIONS=
 .if (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64")
 PKG_SUPPORTED_OPTIONS+=        mmx
 .endif



Home | Main Index | Thread Index | Old Index