summaryrefslogtreecommitdiff
path: root/lang/cli/files/patch-pal::unix::configure
diff options
context:
space:
mode:
Diffstat (limited to 'lang/cli/files/patch-pal::unix::configure')
-rw-r--r--lang/cli/files/patch-pal::unix::configure36
1 files changed, 0 insertions, 36 deletions
diff --git a/lang/cli/files/patch-pal::unix::configure b/lang/cli/files/patch-pal::unix::configure
deleted file mode 100644
index d0125df24465..000000000000
--- a/lang/cli/files/patch-pal::unix::configure
+++ /dev/null
@@ -1,36 +0,0 @@
-
-$FreeBSD$
-
---- pal/unix/configure.orig Thu Oct 31 03:00:09 2002
-+++ pal/unix/configure Fri Apr 25 10:33:47 2003
-@@ -1899,17 +1899,17 @@
- fi
-
- if test "$NTDEBUG" != "ntsdnodbg"; then
-- CFLAGS="$CFLAGS -g"
-+# CFLAGS="$CFLAGS -g"
- fi
-
- if test "$BUILD_ALT_DIR" = "d"; then
-- CFLAGS="$CFLAGS -O0 -finline"
-+ CFLAGS="$CFLAGS -finline"
- fi
- if test "$BUILD_ALT_DIR" = "df"; then
-- CFLAGS="$CFLAGS -O2"
-+# CFLAGS="$CFLAGS -O2"
- fi
- if test "$BUILD_ALT_DIR" = "r"; then
-- CFLAGS="$CFLAGS -O2"
-+# CFLAGS="$CFLAGS -O2"
- fi
- CFLAGS_NO_PIC="$CFLAGS"
-
-@@ -4898,7 +4898,7 @@
- fi
- done
-
--for ac_func in setcontext getcontext copysign
-+for ac_func in setcontext copysign
- do
- as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
- echo "$as_me:4904: checking for $ac_func" >&5