pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/libwebp Explicitely disable GL support to sto...
details: https://anonhg.NetBSD.org/pkgsrc/rev/34b74e15e9c9
branches: trunk
changeset: 349995:34b74e15e9c9
user: tron <tron%pkgsrc.org@localhost>
date: Wed Jul 20 18:05:53 2016 +0000
description:
Explicitely disable GL support to stop this package from installing
extra binaries on platforms with bundled OpenGL like Mac OS X.
diffstat:
graphics/libwebp/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 2d6fc859bd73 -r 34b74e15e9c9 graphics/libwebp/Makefile
--- a/graphics/libwebp/Makefile Wed Jul 20 15:06:28 2016 +0000
+++ b/graphics/libwebp/Makefile Wed Jul 20 18:05:53 2016 +0000
@@ -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-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