summaryrefslogtreecommitdiff
path: root/databases/lbdb/patches/patch-ab
blob: 0df44f0dba38c7ace229aa2943381a118e9eb40d (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
$NetBSD: patch-ab,v 1.3 2005/11/12 17:43:42 tonio Exp $

--- configure.orig	2005-10-29 14:49:48.000000000 +0200
+++ configure
@@ -3294,18 +3294,7 @@ if test "x$AWK" != "xNONE" ; then
 	AWK="$AWK"
 fi
 
-if test "x$NAWK" != "xNONE" ; then
-	AWK="$NAWK"
-fi
-
-if test "x$GAWK" != "xNONE" ; then
-	AWK="$GAWK"
-fi
-
-if test "x$MAWK" != "xNONE" ; then
-	AWK="$MAWK"
-fi
-
+#use the supplied awk
 
 
 # Extract the first word of "tac", so it can be a program name with args.
@@ -4604,6 +4593,12 @@ if test "x$PERL" != xno ; then
 
 fi
 
+# Check whether --with-osx-addressbook or --without-osx-addressbook was given.
+if test "${with_osx_addressbook+set}" = set; then
+  withval="$with_osx_addressbook"
+
+fi;
+    if test x$withval = xyes; then
 # m_osx_addressbook requires xcode (10.3) or projectbuilder (<10.3)
 # Extract the first word of "xcodebuild", so it can be a program name with args.
 set dummy xcodebuild; ac_word=$2
@@ -4694,6 +4689,11 @@ fi
 
 	fi
 fi
+else
+  PBXBUILD="no"
+  XCODEBUILD="no"
+fi
+withval=""
 
 VFORMAT="no"
 if test "${ac_cv_header_vf_iface_h+set}" = set; then
@@ -4899,8 +4899,8 @@ echo "$as_me:$LINENO: result: $ac_cv_lib
 echo "${ECHO_T}$ac_cv_lib_vformat_vf_read_file" >&6
 if test $ac_cv_lib_vformat_vf_read_file = yes; then
 
-    MODULES="$MODULES m_vcf"
-    VFORMAT="yes"
+#    MODULES="$MODULES m_vcf"
+#    VFORMAT="yes"
 
 fi