pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/windowmaker Explicitly disable ImageMagick support



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1ea957207d78
branches:  trunk
changeset: 361125:1ea957207d78
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Apr 14 17:16:50 2017 +0000

description:
Explicitly disable ImageMagick support

diffstat:

 wm/windowmaker/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r af8a798c1f34 -r 1ea957207d78 wm/windowmaker/Makefile
--- a/wm/windowmaker/Makefile   Fri Apr 14 16:42:24 2017 +0000
+++ b/wm/windowmaker/Makefile   Fri Apr 14 17:16:50 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.117 2017/03/20 12:29:52 adam Exp $
+# $NetBSD: Makefile,v 1.118 2017/04/14 17:16:50 adam Exp $
 
 DISTNAME=      WindowMaker-0.95.8
 PKGNAME=       ${DISTNAME:tl}
@@ -16,6 +16,7 @@
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            msgfmt perl:run pkg-config xgettext
 GNU_CONFIGURE=         yes
+CONFIGURE_ARGS+=       --disable-magick
 CONFIGURE_ARGS+=       --enable-pango
 CONFIGURE_ARGS+=       --enable-usermenu
 CONFIGURE_ARGS+=       --enable-xinerama



Home | Main Index | Thread Index | Old Index