diff options
Diffstat (limited to 'databases/typhoon/files/patch-aa')
-rw-r--r-- | databases/typhoon/files/patch-aa | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/databases/typhoon/files/patch-aa b/databases/typhoon/files/patch-aa deleted file mode 100644 index 8f349cd1c23b..000000000000 --- a/databases/typhoon/files/patch-aa +++ /dev/null @@ -1,27 +0,0 @@ ---- configure.orig Mon May 22 01:47:06 1995 -+++ configure Sat Nov 18 02:56:37 2000 -@@ -1,7 +1,7 @@ - # - # configure script - # --CC=cc -+alias type=which - - compile='$CC -o conftest conftest.c >/dev/null 2>&1' - compiled_ok='test -s conftest && (./conftest) >/dev/null 2>/dev/null;' -@@ -151,11 +151,11 @@ - # - echo Checking for cc - if test -z "$CC" && type cc >/dev/null 2>/dev/null ; then -- CC=cc -- CFLAGS="-g $(DEFINES)" -+ CC="$CC" -+ CFLAGS="$CFLAGS $(DEFINES)" - else -- CC=gcc -- CFLAGS="-g -W -Wunused -Wpointer-arith -Wswitch \$(DEFINES)" -+ CC="$CC" -+ CFLAGS="$CFLAGS -W -Wunused -Wpointer-arith -Wswitch \$(DEFINES)" - fi - - # |