aboutsummaryrefslogtreecommitdiff
path: root/databases/typhoon/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'databases/typhoon/files/patch-aa')
-rw-r--r--databases/typhoon/files/patch-aa47
1 files changed, 13 insertions, 34 deletions
diff --git a/databases/typhoon/files/patch-aa b/databases/typhoon/files/patch-aa
index 5e68d5556904..8f349cd1c23b 100644
--- a/databases/typhoon/files/patch-aa
+++ b/databases/typhoon/files/patch-aa
@@ -1,48 +1,27 @@
---- configure~ Wed Dec 11 15:21:16 1996
-+++ configure Wed Dec 11 15:22:18 1996
-@@ -1,6 +1,7 @@
+--- 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
- CC=cc
compile='$CC -o conftest conftest.c >/dev/null 2>&1'
-@@ -152,10 +153,10 @@
+ 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
+- CC=cc
- CFLAGS="-g $(DEFINES)"
-+ CFLAGS="-O2 $(DEFINES)"
++ CC="$CC"
++ CFLAGS="$CFLAGS $(DEFINES)"
else
- CC=gcc
+- CC=gcc
- CFLAGS="-g -W -Wunused -Wpointer-arith -Wswitch \$(DEFINES)"
-+ CFLAGS="-O2 -W -Wunused -Wpointer-arith -Wswitch \$(DEFINES)"
++ CC="$CC"
++ CFLAGS="$CFLAGS -W -Wunused -Wpointer-arith -Wswitch \$(DEFINES)"
fi
#
---- Makefile.orig Sun May 21 11:47:05 1995
-+++ Makefile Wed Dec 11 16:33:44 1996
-@@ -1,11 +1,10 @@
- # Makefile for: typhoon - top level makefile
-
- MANEXT = l
--PREFIX = /usr/local
- DESTMAN = $(PREFIX)/man/man$(MANEXT)
- DESTCAT = $(PREFIX)/man/cat$(MANEXT)
--DESTOWN = root
--DESTGRP = local
-+DESTOWN = bin
-+DESTGRP = bin
- SHELL = /bin/sh
- MAKE = make
-
-@@ -14,8 +13,6 @@
- all install uninstall: include/ansi.h include/environ.h
- cd src; $(MAKE) $@
- cd util; $(MAKE) $@
-- cd examples; $(MAKE) $@
-- cd man; $(MAKE) $@
-
- include/ansi.h include/environ.h:
- configure