summaryrefslogtreecommitdiff
path: root/x11/gtkglarea2
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2015-02-28 23:48:03 +0000
committerjoerg <joerg@pkgsrc.org>2015-02-28 23:48:03 +0000
commit690692a814da279ed666b4a39db8861205d5fc11 (patch)
tree3cd53f0d7de800f84f42778cd87500589052b737 /x11/gtkglarea2
parent54d5c208e72f7926f4f799649cb3ae20fb279060 (diff)
downloadpkgsrc-690692a814da279ed666b4a39db8861205d5fc11.tar.gz
.auto is not picked up by *, so help pkgsrc to find
config.guess/config.sub.
Diffstat (limited to 'x11/gtkglarea2')
-rw-r--r--x11/gtkglarea2/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/gtkglarea2/Makefile b/x11/gtkglarea2/Makefile
index e3d49f02bdf..9f98e37dafc 100644
--- a/x11/gtkglarea2/Makefile
+++ b/x11/gtkglarea2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2014/05/05 00:48:30 ryoon Exp $
+# $NetBSD: Makefile,v 1.35 2015/02/28 23:48:03 joerg Exp $
DISTNAME= gtkglarea-2.0.1
PKGNAME= ${DISTNAME:S/gtkglarea/gtkglarea2/}
@@ -14,6 +14,9 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
+CONFIG_GUESS_OVERRIDE+= .auto/config.guess
+CONFIG_SUB_OVERRIDE+= .auto/config.sub
+
PKGCONFIG_OVERRIDE= gtkgl-2.0.pc.in
.include "../../graphics/glu/buildlink3.mk"