From 9fa172c325e82fa3f08dff3a6502e0ef346a7df3 Mon Sep 17 00:00:00 2001 From: tnn Date: Wed, 22 Oct 2008 16:35:47 +0000 Subject: Teach configure how to find tools from textproc/icu --- misc/openoffice3/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/misc/openoffice3/Makefile b/misc/openoffice3/Makefile index e4dc4165334..999c0219916 100644 --- a/misc/openoffice3/Makefile +++ b/misc/openoffice3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2008/10/20 12:30:16 hira Exp $ +# $NetBSD: Makefile,v 1.8 2008/10/22 16:35:47 tnn Exp $ # OO_VER= 3.0.0 @@ -79,6 +79,9 @@ LIBS+= ${LIB.${pkg}} CONFIGURE_ENV+= LIBS=${LIBS:O:u:Q} CONFIGURE_ENV+= X_LIBS=${X11_LDFLAGS:M*:Q} CONFIGURE_ENV+= BLNK_PREFIX_db4=${BUILDLINK_PREFIX.db4} +CONFIGURE_ENV+= ac_cv_path_SYSTEM_GENBRK=${PREFIX}/bin/genbrk +CONFIGURE_ENV+= ac_cv_path_SYSTEM_GENCCODE=${PREFIX}/sbin/genccode +CONFIGURE_ENV+= ac_cv_path_SYSTEM_GENCMN=${PREFIX}/sbin/gencmn CONFIGURE_ARGS+= --with-use-shell=bash CONFIGURE_ARGS+= --enable-binfilter -- cgit v1.2.3