summaryrefslogtreecommitdiff
path: root/x11/lesstif/patches/patch-am
blob: 38003d845195b3330e5fbe7b66f427ea9346d880 (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
$NetBSD: patch-am,v 1.1 1999/09/03 19:45:12 drochner Exp $
--- test/configure.orig	Mon Aug 16 01:19:46 1999
+++ test/configure	Mon Aug 16 02:14:10 1999
@@ -1390,6 +1390,7 @@
 
 
 # Check for any special flags to pass to ltconfig.
+if false; then
 libtool_flags="--cache-file=$cache_file"
 test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
 test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static"
@@ -1546,6 +1547,7 @@
 # Redirect the config.log output again, so that the ltconfig log is not
 # clobbered by the next message.
 exec 5>>./config.log
+fi
 
 
 version=1.2
@@ -4363,7 +4365,7 @@
 
 lexicographic_readdir=1
 
-CFLAGS="$debug_flag $conversions_flag $verbose_flag $production_flag"
+CFLAGS="${CCFLAGS} $conversions_flag $verbose_flag $production_flag"
 GPROF_FLAGS="-pg"
 GPROF_CFLAGS=""
 EXTRACFLAGS=""