summaryrefslogtreecommitdiff
path: root/www/analog/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'www/analog/patches/patch-aa')
-rw-r--r--www/analog/patches/patch-aa26
1 files changed, 13 insertions, 13 deletions
diff --git a/www/analog/patches/patch-aa b/www/analog/patches/patch-aa
index 43aa1439203..a8c82b5250f 100644
--- a/www/analog/patches/patch-aa
+++ b/www/analog/patches/patch-aa
@@ -1,27 +1,27 @@
-$NetBSD: patch-aa,v 1.6 1999/11/23 13:20:10 agc Exp $
+$NetBSD: patch-aa,v 1.7 2000/02/23 18:31:58 tron Exp $
---- Makefile.orig Sun Nov 14 14:17:21 1999
-+++ Makefile Tue Nov 23 13:05:31 1999
+--- Makefile.orig Sat Feb 12 19:18:08 2000
++++ Makefile Wed Feb 23 19:20:12 2000
@@ -2,10 +2,14 @@
# Please read docs/Readme.html, or http://www.statslab.cam.ac.uk/~sret1/analog/
CC = gcc # which compiler to use: eg cc, acc, gcc. NB Different
# compilers need different CFLAGS, e.g., -O instead of -O2.
-CEXTRAFLAGS = -O2 # options, e.g. for optimisation or ANSI compilation.
-+#CEXTRAFLAGS = -O2 # options, e.g. for optimisation or ANSI compilation.
++#CEXTRAFLAGS = -O2 # options, e.g. for optimisation or ANSI compilation.
# HP/UX cc requires CEXTRAFLAGS = -Aa (HP/UX 9) or ...
# -Ae (HP/UX 10); BS2000/OSD requires -XLLML -XLLMK
-DEFS = # any of -DNOPIPES -DNODNS -DNODIRENT -DNOOPEN -DNOREGEX ...
-+DEFS = -DANALOGDIR=\"${PREFIX}/lib/analog/\" \
-+ -DLOGFILE=\"/var/log/httpd-access.log\" \
-+ -DIMAGEDIR=\"/images/\" \
-+ -DDEFAULTCONFIGFILE=\"${PREFIX}/etc/analog.cfg\"
-+ # any of -DNOPIPES -DNODNS -DNODIRENT -DNOOPEN -DNOREGEX ...
- # ... -DEBCDIC -DNEED_STRCMP -DNEED_MEMMOVE ...
++DEFS = -DANALOGDIR=\"${PREFIX}/lib/analog/\" \
++ -DLOGFILE=\"/var/log/httpd-access.log\" \
++ -DIMAGEDIR=\"/images/\" \
++ -DDEFAULTCONFIGFILE=\"${PREFIX}/etc/analog.cfg\"
++ # any of -DNOPIPES -DNODNS -DNODIRENT -DNOOPEN -DNOREGEX ...
+ # ... -DEBCDIC -DNOGMTIME -DNEED_STRCMP -DNEED_MEMMOVE ...
# ... -DNEED_STRTOUL -DNEED_DIFFTIME -DNEED_FLOATINGPOINT_H
# Solaris 2 (SunOS 5) might need DEFS = -DNEED_STRCMP
-@@ -20,15 +24,21 @@
- # OS/2 with EMX requires LIBS = -lsocket; so does BS2000/OSD
- # SVR4 requires LIBS = -lsocket -lnsl
+@@ -22,15 +26,21 @@
+ # SVR4 requires LIBS = -lsocket -lnsl
+ # DYNIX/ptx requires LIBS = -L/usr/lib/bsd-socket -lsocket -lnsl
+OPSYS!= uname -s
+