pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/libxcb x11/libxcb: rename configure option since t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/860cc6ca9452
branches:  trunk
changeset: 322792:860cc6ca9452
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Apr 28 10:50:15 2019 +0000

description:
x11/libxcb: rename configure option since the old one doesn't exist anymore

diffstat:

 x11/libxcb/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 36c9c8ffc266 -r 860cc6ca9452 x11/libxcb/Makefile
--- a/x11/libxcb/Makefile       Sun Apr 28 10:34:40 2019 +0000
+++ b/x11/libxcb/Makefile       Sun Apr 28 10:50:15 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2019/04/25 07:33:30 maya Exp $
+# $NetBSD: Makefile,v 1.34 2019/04/28 10:50:15 rillig Exp $
 
 DISTNAME=      libxcb-1.13.1
 PKGREVISION=   1
@@ -18,7 +18,7 @@
 USE_LIBTOOL=   yes
 USE_TOOLS+=    gmake pkg-config
 
-CONFIGURE_ARGS+=       --disable-build-docs    # or needs doxygen
+CONFIGURE_ARGS+=       --disable-devel-docs    # or needs doxygen
 CONFIGURE_ARGS+=       --enable-xinput
 CONFIGURE_ARGS+=       --without-doxygen
 



Home | Main Index | Thread Index | Old Index