summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2016-03-12 09:27:19 +0000
committertnn <tnn@pkgsrc.org>2016-03-12 09:27:19 +0000
commit9a739c5f7531868d93238db5ad7a0bc2082163e3 (patch)
tree4f6eff759446252af98befdebd7e4e4b09f7158f /x11
parentadada7eef411c2e9d8dc23930d465f9b2fdd43b8 (diff)
downloadpkgsrc-9a739c5f7531868d93238db5ad7a0bc2082163e3.tar.gz
configure insists that it wants a C++ preprocessor, so let it for now
Diffstat (limited to 'x11')
-rw-r--r--x11/libXprintUtil/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/libXprintUtil/Makefile b/x11/libXprintUtil/Makefile
index 017074f853c..3040a7f90f9 100644
--- a/x11/libXprintUtil/Makefile
+++ b/x11/libXprintUtil/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2012/10/29 05:06:35 asau Exp $
+# $NetBSD: Makefile,v 1.5 2016/03/12 09:27:19 tnn Exp $
#
DISTNAME= libXprintUtil-1.0.1
@@ -14,6 +14,12 @@ USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
+# The configure script insists that it wants a working C++ preprocessor.
+# Regenerating configure with a newer version of autoconf makes the check
+# go away. It is easier to just give it what it wants until upstream fixes
+# this.
+USE_LANGUAGES= c c++
+
PKGCONFIG_OVERRIDE+= xprintutil.pc.in
.include "../../x11/libXext/buildlink3.mk"