diff options
author | obache <obache@pkgsrc.org> | 2011-04-28 01:57:38 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-04-28 01:57:38 +0000 |
commit | d00799e7fec44231e3532ad931cb58bce1a5c6d0 (patch) | |
tree | 902a7017abf6c2324e92ca04a078af784b20b02e /x11/gtk2 | |
parent | 7cc5a0db45d5fd3af676d368772cf6c498a05851 (diff) | |
download | pkgsrc-d00799e7fec44231e3532ad931cb58bce1a5c6d0.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 |