aboutsummaryrefslogtreecommitdiff
path: root/net/wais/files
diff options
context:
space:
mode:
authorAdam David <adam@FreeBSD.org>1994-09-23 20:14:57 +0000
committerAdam David <adam@FreeBSD.org>1994-09-23 20:14:57 +0000
commit89dd92160cb046e0c1b0bea1dbf829d6418c4ef8 (patch)
tree96a76e76c6699dce0a7f849bbd05d2c6f652f864 /net/wais/files
parentb8f7195a5243a79a47d728734e7adfae459a2ce2 (diff)
downloadports-89dd92160cb046e0c1b0bea1dbf829d6418c4ef8.tar.gz
ports-89dd92160cb046e0c1b0bea1dbf829d6418c4ef8.zip
Notes
Diffstat (limited to 'net/wais/files')
-rw-r--r--net/wais/files/patch-aa42
1 files changed, 42 insertions, 0 deletions
diff --git a/net/wais/files/patch-aa b/net/wais/files/patch-aa
new file mode 100644
index 000000000000..ea8913ccca9e
--- /dev/null
+++ b/net/wais/files/patch-aa
@@ -0,0 +1,42 @@
+*** Makefile Tue Mar 15 19:30:00 1994
+--- Makefile Fri Sep 16 21:56:22 1994
+***************
+*** 118,124 ****
+ # Use this version of CFLAGS for Linux with gcc
+ # CFLAGS = -O2 -ansi -m486 -fwritable-strings -I$(SUPDIR) -DTELL_USER -DUSG -DSECURE_SERVER -DRELEVANCE_FEEDBACK -DBOOLEANS -DPARTIALWORD -DLITERAL -DSOUND -DBIBDB -DLINUX
+
+! CFLAGS = -ansi -I$(SUPDIR) -DTELL_USER -DUSG -DSECURE_SERVER -DRELEVANCE_FEEDBACK -DBOOLEANS -DPARTIALWORD -DLITERAL -DSOUND -DBIBDB
+
+ # Solaris should use
+ #LIB = -ltcpip -lsocket -lnsl
+--- 118,124 ----
+ # Use this version of CFLAGS for Linux with gcc
+ # CFLAGS = -O2 -ansi -m486 -fwritable-strings -I$(SUPDIR) -DTELL_USER -DUSG -DSECURE_SERVER -DRELEVANCE_FEEDBACK -DBOOLEANS -DPARTIALWORD -DLITERAL -DSOUND -DBIBDB -DLINUX
+
+! CFLAGS = -ansi -I$(SUPDIR) -DTELL_USER -DUSG -DSECURE_SERVER -DRELEVANCE_FEEDBACK -DBOOLEANS -DPARTIALWORD -DLITERAL -DSOUND -DBIBDB -D__bsdi__
+
+ # Solaris should use
+ #LIB = -ltcpip -lsocket -lnsl
+***************
+*** 135,140 ****
+--- 135,142 ----
+
+ MAKE = make $(MFLAGS)
+
++ all: default
++
+ #default: config.h lib ir ui bin doc x tags
+ default: config.h lib ir ui bin x check
+ @echo "Welcome to WAIS"
+*** ir/irtfiles.c Wed Jan 19 16:10:32 1994
+--- ir/irtfiles.c Fri Sep 16 23:14:03 1994
+***************
+*** 75,80 ****
+--- 75,81 ----
+
+ #include <ctype.h>
+ #include <string.h>
++ #include <sys/types.h>
+ #include "panic.h"
+ #include "irdirent.h"
+ #include "irhash.h"