summaryrefslogtreecommitdiff
path: root/comms/conserver/files/patch-ai
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-11-11 06:34:39 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-11-11 06:34:39 +0000
commit972c1774be3d993938c67ba51c2b0d7b70b8d25e (patch)
tree7ebba55939f16944710d3592b77aa5484c2c4ab8 /comms/conserver/files/patch-ai
parent- Support CXX/CXXFLAGS propelry (diff)
Make PREFIX clean and respect CFLAGS.
PR: 21365 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=34987
Diffstat (limited to '')
-rw-r--r--comms/conserver/files/patch-ai21
1 files changed, 16 insertions, 5 deletions
diff --git a/comms/conserver/files/patch-ai b/comms/conserver/files/patch-ai
index e9af57057a81..406aa9626657 100644
--- a/comms/conserver/files/patch-ai
+++ b/comms/conserver/files/patch-ai
@@ -1,6 +1,6 @@
---- autologin/Makefile Sun Apr 19 03:51:53 1998
-+++ autologin/Makefile Sun Apr 19 03:54:02 1998
-@@ -7,11 +7,11 @@
+--- autologin/Makefile.orig Fri Nov 10 22:22:39 2000
++++ autologin/Makefile Fri Nov 10 22:32:54 2000
+@@ -7,12 +7,12 @@
#
DESTDIR=
@@ -10,8 +10,19 @@
INCLUDE=
-DEBUG= -g
-DEFS= -DPUCC -DSUN5
-+DEBUG= -O
+-CFLAGS= ${DEBUG} ${DEFS} ${INCLUDE}
++#DEBUG= -O
+DEFS= -DFREEBSD
- CFLAGS= ${DEBUG} ${DEFS} ${INCLUDE}
++CFLAGS+= ${DEBUG} ${DEFS} ${INCLUDE}
GENC= main.c
+ GENH= main.h
+@@ -56,7 +56,7 @@
+ lint -h ${CDEFS} ${INCLUDE} ${GEN} ${SRC}
+
+ install: all
+- install -c -s -m 755 autologin ${BINDIR}
++ ${BSD_INSTALL_PROGRAM} autologin ${BINDIR}
+
+ distrib:
+ distrib -c ${BINDIR}/autologin