pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/libwebp



Module Name:    pkgsrc
Committed By:   tron
Date:           Wed Jul 20 18:05:53 UTC 2016

Modified Files:
        pkgsrc/graphics/libwebp: Makefile

Log Message:
Explicitely disable GL support to stop this package from installing
extra binaries on platforms with bundled OpenGL like Mac OS X.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/graphics/libwebp/Makefile

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

Modified files:

Index: pkgsrc/graphics/libwebp/Makefile
diff -u pkgsrc/graphics/libwebp/Makefile:1.19 pkgsrc/graphics/libwebp/Makefile:1.20
--- pkgsrc/graphics/libwebp/Makefile:1.19       Wed Jul 20 11:49:59 2016
+++ pkgsrc/graphics/libwebp/Makefile    Wed Jul 20 18:05:53 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2016/07/20 11:49:59 ryoon Exp $
+# $NetBSD: Makefile,v 1.20 2016/07/20 18:05:53 tron Exp $
 
 DISTNAME=      libwebp-0.5.1
 CATEGORIES=    graphics
@@ -17,6 +17,7 @@ CONFIGURE_ARGS+=      --enable-libwebpmux
 CONFIGURE_ARGS+=       --enable-libwebpdemux
 CONFIGURE_ARGS+=       --enable-libwebpdecoder
 CONFIGURE_ARGS+=       --enable-libwebpextras
+CONFIGURE_ARGS+=       --disable-gl
 
 .include "../../mk/compiler.mk"
 # fix PR pkg/45934



Home | Main Index | Thread Index | Old Index