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-aa94
1 files changed, 94 insertions, 0 deletions
diff --git a/www/arena/files/patch-aa b/www/arena/files/patch-aa
new file mode 100644
index 000000000000..fa9b87187a73
--- /dev/null
+++ b/www/arena/files/patch-aa
@@ -0,0 +1,94 @@
+*** /dev/null Tue Feb 20 04:46:36 1996
+--- Arena/freebsd/Makefile.include Tue Feb 20 03:46:33 1996
+***************
+*** 0 ****
+--- 1,24 ----
++ # Make WWW under unix for linux
++ #
++
++ # For W3 distribution, machine type for subdirectories
++ WWW_MACH = freebsd
++
++ CFLAGS += -I${X11BASE}/include
++
++ # 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 = $(WWW)
++
++ # Where is the W3 object library?
++ #LIBDIR = $(WWW)/Library/Implementation/$(WWW_MACH)
++
++ USELIBDIR = ../../Library/$(WWW_MACH)
++ XLIBDIR = ${X11BASE}/lib
++ OTHERLIB = -lm
+*** /dev/null Tue Feb 20 04:46:36 1996
+--- Arena/freebsd/Makefile Tue Feb 20 03:01:21 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 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