pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/libxkbcommon Configure looks for bison, and 'make'...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1e2e5aa94189
branches:  trunk
changeset: 627905:1e2e5aa94189
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Dec 18 19:12:03 2013 +0000

description:
Configure looks for bison, and 'make' dies without a yacc, as the SunOS
bulk builds show. Add bison to USE_TOOLS.

diffstat:

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

diffs (18 lines):

diff -r 9fbf6f8b391b -r 1e2e5aa94189 x11/libxkbcommon/Makefile
--- a/x11/libxkbcommon/Makefile Wed Dec 18 18:56:34 2013 +0000
+++ b/x11/libxkbcommon/Makefile Wed Dec 18 19:12:03 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2013/12/18 18:51:03 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2013/12/18 19:12:03 wiz Exp $
 
 DISTNAME=      libxkbcommon-0.3.2
 PKGREVISION=   1
@@ -12,7 +12,7 @@
 LICENSE=       mit
 
 GNU_CONFIGURE= yes
-USE_TOOLS+=    gmake pkg-config
+USE_TOOLS+=    bison gmake pkg-config
 USE_LIBTOOL=   yes
 
 PKGCONFIG_OVERRIDE+=   xkbcommon.pc.in



Home | Main Index | Thread Index | Old Index