pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2017Q1] pkgsrc/wm/windowmaker



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sun Apr 16 15:38:10 UTC 2017

Modified Files:
        pkgsrc/wm/windowmaker [pkgsrc-2017Q1]: Makefile

Log Message:
Pullup ticket #5288 - requested by sevan
wm/windowmaker: build fix

Revisions pulled up:
- wm/windowmaker/Makefile                                       1.118

---
   Module Name:    pkgsrc
   Committed By:   adam
   Date:           Fri Apr 14 17:16:50 UTC 2017

   Modified Files:
          pkgsrc/wm/windowmaker: Makefile

   Log Message:
   Explicitly disable ImageMagick support


To generate a diff of this commit:
cvs rdiff -u -r1.117 -r1.117.2.1 pkgsrc/wm/windowmaker/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/wm/windowmaker/Makefile
diff -u pkgsrc/wm/windowmaker/Makefile:1.117 pkgsrc/wm/windowmaker/Makefile:1.117.2.1
--- pkgsrc/wm/windowmaker/Makefile:1.117        Mon Mar 20 12:29:52 2017
+++ pkgsrc/wm/windowmaker/Makefile      Sun Apr 16 15:38:10 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.117 2017/03/20 12:29:52 adam Exp $
+# $NetBSD: Makefile,v 1.117.2.1 2017/04/16 15:38:10 bsiegert Exp $
 
 DISTNAME=      WindowMaker-0.95.8
 PKGNAME=       ${DISTNAME:tl}
@@ -16,6 +16,7 @@ USE_LIBTOOL=          yes
 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