pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/ImageMagick



Module Name:    pkgsrc
Committed By:   markd
Date:           Tue Dec 19 09:09:38 UTC 2017

Modified Files:
        pkgsrc/graphics/ImageMagick: Makefile.common

Log Message:
ImageMagick: explicitly disable opencl


To generate a diff of this commit:
cvs rdiff -u -r1.160 -r1.161 pkgsrc/graphics/ImageMagick/Makefile.common

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

Modified files:

Index: pkgsrc/graphics/ImageMagick/Makefile.common
diff -u pkgsrc/graphics/ImageMagick/Makefile.common:1.160 pkgsrc/graphics/ImageMagick/Makefile.common:1.161
--- pkgsrc/graphics/ImageMagick/Makefile.common:1.160   Sun Dec  3 11:09:46 2017
+++ pkgsrc/graphics/ImageMagick/Makefile.common Tue Dec 19 09:09:38 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.160 2017/12/03 11:09:46 wiz Exp $
+# $NetBSD: Makefile.common,v 1.161 2017/12/19 09:09:38 markd Exp $
 #
 # When updating this package, please upload the distfile
 # since they disappear immediately when new releases happen,
@@ -45,3 +45,4 @@ CONFIGURE_ARGS+=      --without-gvc
 CONFIGURE_ARGS+=       --without-jbig
 CONFIGURE_ARGS+=       --without-lqr
 CONFIGURE_ARGS+=       --without-modules
+CONFIGURE_ARGS+=       --disable-opencl



Home | Main Index | Thread Index | Old Index