pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/openoffice3 Teach configure how to find tools fro...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8971305d0945
branches:  trunk
changeset: 548750:8971305d0945
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Wed Oct 22 16:35:47 2008 +0000

description:
Teach configure how to find tools from textproc/icu

diffstat:

 misc/openoffice3/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r e6bb90eae6e7 -r 8971305d0945 misc/openoffice3/Makefile
--- a/misc/openoffice3/Makefile Wed Oct 22 16:33:55 2008 +0000
+++ b/misc/openoffice3/Makefile Wed Oct 22 16:35:47 2008 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index