summaryrefslogtreecommitdiff
path: root/www/arena/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'www/arena/files/patch-aa')
-rw-r--r--www/arena/files/patch-aa56
1 files changed, 0 insertions, 56 deletions
diff --git a/www/arena/files/patch-aa b/www/arena/files/patch-aa
index fa9b87187a73..9ec64775ea75 100644
--- a/www/arena/files/patch-aa
+++ b/www/arena/files/patch-aa
@@ -36,59 +36,3 @@
+ # include ../../All/$(WWW_MACH)/Makefile.include
+ include Makefile.include
+ include ../Implementation/CommonMakefile
-*** /dev/null Tue Feb 20 04:46:36 1996
---- Library/freebsd/Makefile Tue Feb 20 03:11:12 1996
-***************
-*** 0 ****
---- 1,4 ----
-+ # Make WWW product
-+ # include ../../All/$(WWW_MACH)/Makefile.include
-+ include Makefile.include
-+ include ../Implementation/CommonMakefile
-*** /dev/null Tue Feb 20 04:46:36 1996
---- Library/freebsd/Makefile.include Tue Feb 20 03:45:05 1996
-***************
-*** 0 ****
---- 1,24 ----
-+ # Make WWW under FreeBSD
-+ #
-+
-+ # For W3 distribution, machine type for subdirectories
-+ WWW_MACH = freebsd
-+
-+ # The ASIS repository's name for the machine we are on
-+ ASIS_MACH = freebsd
-+
-+ CFLAGS += -DWWWLIB_SIG -DCALL_CLIENT_BUG
-+
-+ # Directory for installed binary:
-+ BINDIR = /usr/local/bin
-+
-+ #_________________ OK if normal W3 distribution
-+ # Where is the WWW source root?
-+ WWW = ../..
-+
-+ # Where should temporary (object) files go?
-+ WTMP = ../..
-+
-+ # Where is the W3 object library?
-+ LIBDIR = $(WWW)/Library/Implementation/$(WWW_MACH)
-+
-*** Library/Implementation/tcp.h.orig Fri Nov 24 20:19:52 1995
---- Library/Implementation/tcp.h Tue Feb 20 03:43:55 1996
-***************
-*** 883,888 ****
---- 883,895 ----
- #define NO_MKTIME
- #undef HAVE_STRERROR
- #endif
-+
-+ #ifdef __FreeBSD__
-+ #define NO_TIMEZONE
-+ #define HAVE_STRERROR
-+ #define NO_GETWD
-+ #define HAS_GETCWD
-+ #endif
- /*
-
- DIRECTORY READING STUFF - BSD OR SYS V