summaryrefslogtreecommitdiff
path: root/www/wwwoffle/files/patch-aa
blob: 6628cdea485e6e333517f6aa57e884643bf3fc0a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
--- Makefile.orig	Thu Dec  3 19:19:46 1998
+++ Makefile	Sun Mar  7 09:13:34 1999
@@ -16,9 +16,9 @@
 
 LOCALHOST=localhost:8080
 
-INSTDIR=/usr/local
-SPOOLDIR=/var/spool/wwwoffle
-CONFDIR=/var/spool/wwwoffle
+INSTDIR=$(PREFIX)
+SPOOLDIR=$(SPOOL)/wwwoffle
+CONFDIR=$(SPOOL)/wwwoffle
 
 # For Cygwin (win32)
 #INSTDIR=/wwwoffle
@@ -28,13 +28,12 @@
 ########
 
 CC=gcc
-CFLAGS=-O2 -Wall -g
 
 # This is used in the FreeBSD port (http://www.freebsd.org/ports/)
 #CFLAGS=-O2 -Wall
 
 LD=gcc
-LDFLAGS=-g
+LDFLAGS=-s
 
 # For HP/UX this is a good idea.
 #LDFLAGS=