From 0d98f1227110082e9e507ca236458f6c363e25b6 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Mon, 29 May 1995 13:46:40 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELENG_2_0_5_ALPHA'. --- net/wais/files/patch-ab | 72 ------------------------------------------------- 1 file changed, 72 deletions(-) delete mode 100644 net/wais/files/patch-ab (limited to 'net/wais/files/patch-ab') diff --git a/net/wais/files/patch-ab b/net/wais/files/patch-ab deleted file mode 100644 index 88fe96bb8ace..000000000000 --- a/net/wais/files/patch-ab +++ /dev/null @@ -1,72 +0,0 @@ -*** Makefile.ORIG Tue Mar 15 20:30:00 1994 ---- Makefile Sat Mar 18 23:28:59 1995 -*************** -*** 15,21 **** - # - # Revision 1.5 92/02/27 10:07:24 jonathan - # got rid of automatic setting of TOP. Used Simon's approach instead. -! - # Revision 1.4 92/02/13 12:27:53 jonathan - # Removed references to seeker. - # ---- 15,21 ---- - # - # Revision 1.5 92/02/27 10:07:24 jonathan - # got rid of automatic setting of TOP. Used Simon's approach instead. -! # - # Revision 1.4 92/02/13 12:27:53 jonathan - # Removed references to seeker. - # -*************** -*** 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 -*************** -*** 133,139 **** - #Solaris machines don't use -k - MFLAGS = -k - -! MAKE = make $(MFLAGS) - - #default: config.h lib ir ui bin doc x tags - default: config.h lib ir ui bin x check ---- 133,141 ---- - #Solaris machines don't use -k - MFLAGS = -k - -! MAKE = gmake $(MFLAGS) -! -! all: config.h lib ir ui bin - - #default: config.h lib ir ui bin doc x tags - default: config.h lib ir ui bin x check -*************** -*** 169,175 **** - # you may have to edit the CFLAGS in the Makefile yourself. - - x:: -! cd x; xmkmf; make depend; make - # cd x; (env TOP=$(TOP) CC=$(CC) CFLAGS="$(CFLAGS)" MAKE="$(MAKE)" ./makex.sh) - - bin:: ---- 171,177 ---- - # you may have to edit the CFLAGS in the Makefile yourself. - - x:: -! cd x; xmkmf; ${MAKE} depend; ${MAKE} - # cd x; (env TOP=$(TOP) CC=$(CC) CFLAGS="$(CFLAGS)" MAKE="$(MAKE)" ./makex.sh) - - bin:: -- cgit v1.2.3