pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/libreoffice4 Make the genccode hack stick and app...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6c452a04d65a
branches:  trunk
changeset: 629406:6c452a04d65a
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Jan 20 19:26:40 2014 +0000

description:
Make the genccode hack stick and apply similar workaround for gencmn.

diffstat:

 misc/libreoffice4/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 8025ae14ff88 -r 6c452a04d65a misc/libreoffice4/Makefile
--- a/misc/libreoffice4/Makefile        Mon Jan 20 19:25:11 2014 +0000
+++ b/misc/libreoffice4/Makefile        Mon Jan 20 19:26:40 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2014/01/10 20:07:50 joerg Exp $
+# $NetBSD: Makefile,v 1.12 2014/01/20 19:26:40 joerg Exp $
 
 VER=           4.1.3.2
 DISTNAME=      libreoffice-${VER}
@@ -214,7 +214,8 @@
 CONFIGURE_ARGS+=       --without-system-sane
 CONFIGURE_ARGS+=       --without-system-servlet-api
 # sbin might not be in PATH
-CONFIGURE_ARGS+=       SYSTEM_GENCCODE=${BUILDLINK_PREFIX.icu}/sbin/genccode
+CONFIGURE_ARGS+=       ac_cv_path_SYSTEM_GENCCODE=${BUILDLINK_PREFIX.icu}/sbin/genccode
+CONFIGURE_ARGS+=       ac_cv_path_SYSTEM_GENCMN=${BUILDLINK_PREFIX.icu}/sbin/gencmn
 
 # more REPLACE_PERL are needed.
 REPLACE_PERL=  sd/res/webview/editpic.pl



Home | Main Index | Thread Index | Old Index