summaryrefslogtreecommitdiff
path: root/lang/clisp/patches/patch-aa
blob: 2c76502dc20328a3d3414ef31b835c93861e9cf0 (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
$NetBSD: patch-aa,v 1.10 2003/07/13 14:34:49 dillo Exp $

--- ../configure.orig	Thu Sep  5 02:06:40 2002
+++ ../configure
@@ -7,6 +7,9 @@
 #   configure make.gcc gcc     (deprecated)
 #   configure make.cc cc       (deprecated)
 
+# strip leading spaces, which lead to problems later on
+CPPFLAGS="`echo $CPPFLAGS`"
+
 info_help () {
 cat << \EOP
 Usage: configure [options] [dirname]
@@ -437,14 +443,6 @@ if test -n "$do_config"; then
   done
   rm -f config.cache; # avoid problems with stale caches
   cd ..
-fi
-
-if test -d $ABS_DIRNAME/avcall -a -d $ABS_DIRNAME/callback; then
-  (cd $ABS_DIRNAME/avcall && make) &&
-  (cd $ABS_DIRNAME/callback && make) &&
-  (cd $ABS_DIRNAME/avcall && make check) &&
-  (cd $ABS_DIRNAME/callback && make check) &&
-  makemake_args="--with-dynamic-ffi $makemake_args"
 fi
 
 makemake_args="${makemake_args} ${target} ${debug}";