diff options
author | obache <obache> | 2011-04-28 01:57:38 +0000 |
---|---|---|
committer | obache <obache> | 2011-04-28 01:57:38 +0000 |
commit | dc07144b1f9db0de49e8f07c6b28ffa98dfcb251 (patch) | |
tree | 902a7017abf6c2324e92ca04a078af784b20b02e /x11/gtk2 | |
parent | 015a72bb93db21355c66191e76dd9dc8f8a3c287 (diff) | |
download | pkgsrc-dc07144b1f9db0de49e8f07c6b28ffa98dfcb251.tar.gz |
Exactly disable detection of db2html.
fixes PR#44908.
Diffstat (limited to 'x11/gtk2')
-rw-r--r-- | x11/gtk2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/gtk2/Makefile b/x11/gtk2/Makefile index 4f3ae4cbc13..68d0840d1bb 100644 --- a/x11/gtk2/Makefile +++ b/x11/gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.215 2011/04/22 13:41:57 obache Exp $ +# $NetBSD: Makefile,v 1.216 2011/04/28 01:57:38 obache Exp $ DISTNAME= gtk+-2.24.4 PKGNAME= ${DISTNAME:S/gtk/gtk2/} @@ -35,6 +35,8 @@ CONFIG_SHELL= bash CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/libdata # Work around build problems, disable unstable PAPI, PR #41608: CONFIGURE_ARGS+= --disable-papi +# Not to unwanted pick up of db2html, PR#44908 +CONFIGURE_ENV+= ac_cv_prog_DB2HTML=false MAKE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR:Q} TEST_TARGET= check |