pkgsrc/misc/openoffice2/patches/patch-bt
hira 8d1204f94f - Use CONFIGURE_DIR.
- Fix "test ==".

From wiz@ in private e-mail.
2007-03-04 13:11:18 +00:00

27 lines
615 B
Text

$NetBSD: patch-bt,v 1.3 2007/03/04 13:11:20 hira Exp $
--- epm/epm-3.7.patch.orig 2007-02-28 11:29:52.000000000 +0900
+++ epm/epm-3.7.patch 2007-02-28 20:00:38.000000000 +0900
@@ -697,3 +697,22 @@
}
--- 457,462 ----
+*** misc/epm-3.7/configure Wed Feb 28 11:36:52 2007
+--- misc/build/epm-3.7/configure Wed Feb 28 11:35:57 2007
+***************
+*** 4944,4950 ****
+ fi
+
+
+! if test "x$FLTKCONFIG" = x; then
+ GUIS=""
+ GUILIBS=""
+ INSTALL_GUIS=""
+--- 4944,4950 ----
+ fi
+
+
+! if test "x$FLTKCONFIG" = x -o x"$enable_fltk" = x"no"; then
+ GUIS=""
+ GUILIBS=""
+ INSTALL_GUIS=""