.auto is not picked up by *, so help pkgsrc to find

config.guess/config.sub.
This commit is contained in:
joerg 2015-02-28 23:48:03 +00:00
parent f66edf2f95
commit 15ca5e6fd9
2 changed files with 8 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.44 2012/10/29 05:06:19 asau Exp $
# $NetBSD: Makefile,v 1.45 2015/02/28 23:48:03 joerg Exp $
DISTNAME= gtkglarea-1.2.3
PKGREVISION= 3
@ -13,6 +13,9 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-lib-MesaGL
CONFIG_GUESS_OVERRIDE+= .auto/config.guess
CONFIG_SUB_OVERRIDE+= .auto/config.sub
post-install:
${INSTALL_MAN_DIR} "${DESTDIR}${PREFIX}/share/doc/gtkglarea"
set -e; cd ${WRKSRC}/docs ; \

View file

@ -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"