diff options
author | obache <obache@pkgsrc.org> | 2012-02-15 11:20:46 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-02-15 11:20:46 +0000 |
commit | 84ac718b17dc18dcb83fc57120d805f15d9cb7a2 (patch) | |
tree | 6420d177526ea00202d7815e5460194ce13dc17c | |
parent | b4491cd0f8d42e9151cbbad9196dd94259718231 (diff) | |
download | pkgsrc-84ac718b17dc18dcb83fc57120d805f15d9cb7a2.tar.gz |
Exactly disable rle, x11 and gl to avoid hidden dependency.
fixes PR 46016.
-rw-r--r-- | graphics/giflib/Makefile.common | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/giflib/Makefile.common b/graphics/giflib/Makefile.common index b52d781d7e5..f82f8888e43 100644 --- a/graphics/giflib/Makefile.common +++ b/graphics/giflib/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1 2012/02/15 11:08:46 obache Exp $ +# $NetBSD: Makefile.common,v 1.2 2012/02/15 11:20:46 obache Exp $ # used by graphics/giflib/Makefile # used by graphics/giflib-util/Makefile @@ -17,3 +17,7 @@ DISTINFO_FILE= ${.CURDIR}/../../graphics/giflib/distinfo GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_LANGUAGES= c c++ + +CONFIGURE_ARGS+= --disable-rle +CONFIGURE_ARGS+= --disable-x11 +CONFIGURE_ARGS+= --disable-gl |