diff options
author | Peter Wemm <peter@FreeBSD.org> | 1997-11-22 15:05:23 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1997-11-22 15:05:23 +0000 |
commit | e68314d7b94da1f711004855d3e3f9cd123981fa (patch) | |
tree | 0d5d3dd29b56e46a7cc8e8eb014c4ded479587d2 /comms | |
parent | ffb75d451157bbb12e964f4b82719c4df357d640 (diff) | |
download | ports-e68314d7b94da1f711004855d3e3f9cd123981fa.tar.gz ports-e68314d7b94da1f711004855d3e3f9cd123981fa.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/conserver/files/patch-ae | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/conserver/files/patch-ae b/comms/conserver/files/patch-ae index 1d676c4b7570..529ae3d0c432 100644 --- a/comms/conserver/files/patch-ae +++ b/comms/conserver/files/patch-ae @@ -1,5 +1,5 @@ ---- console/Makefile.orig Sat Nov 22 20:42:18 1997 -+++ console/Makefile Sat Nov 22 20:43:43 1997 +--- console/Makefile.orig Sat Nov 22 23:02:48 1997 ++++ console/Makefile Sat Nov 22 23:03:45 1997 @@ -6,8 +6,8 @@ # edit the ETC directory below to change where the console client # is installed. @@ -16,7 +16,7 @@ INCLUDE= -I$C DEBUG=-O -CDEFS= -DSUN5 -+CDEFS= -DFREEBSD ++CDEFS= -DFREEBSD -DHOST=\"${DEFAULTHOST}\" CFLAGS= ${DEBUG} ${CDEFS} ${INCLUDE} HDR= |