diff options
author | rillig <rillig@pkgsrc.org> | 2020-04-26 06:38:17 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-04-26 06:38:17 +0000 |
commit | 955dc0f43ca44ca177e08befdddcb336be27c956 (patch) | |
tree | 2b391b5b35619a027b8046bdcfb19fbe2b6b6a9b /graphics/libraw | |
parent | 39c4f4bcebbd30f9fa6fc2016d7d8e2c86f107e8 (diff) | |
download | pkgsrc-955dc0f43ca44ca177e08befdddcb336be27c956.tar.gz |
graphics/libraw: remove unknown configure options
The text "mosa" doesn't appear in the configure script anymore.
Diffstat (limited to 'graphics/libraw')
-rw-r--r-- | graphics/libraw/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/libraw/Makefile b/graphics/libraw/Makefile index 32b1718afde..f4252f0b57c 100644 --- a/graphics/libraw/Makefile +++ b/graphics/libraw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2019/08/31 14:20:05 nia Exp $ +# $NetBSD: Makefile,v 1.33 2020/04/26 06:38:17 rillig Exp $ DISTNAME= LibRaw-0.19.5 PKGNAME= ${DISTNAME:tl} @@ -15,8 +15,6 @@ USE_LIBTOOL= yes USE_TOOLS+= pkg-config gmake GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-examples -CONFIGURE_ARGS+= --disable-demosaic-pack-gpl2 -CONFIGURE_ARGS+= --disable-demosaic-pack-gpl3 PKGCONFIG_OVERRIDE+= libraw.pc.in PKGCONFIG_OVERRIDE+= libraw_r.pc.in |