blob: ca7fc80396e351fc5484ec10ffbc79271a08ae17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
$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=""
|