diff options
author | peter <peter@FreeBSD.org> | 1997-11-22 23:05:23 +0800 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-11-22 23:05:23 +0800 |
commit | 00e57aae54064d40d486b8480938457723477607 (patch) | |
tree | 1651cab044e92831992b855ecb32ade0a8f0be1f | |
parent | b7f4cdb9d3c30ff169215c7487110fac054dc0e8 (diff) | |
download | freebsd-ports-gnome-00e57aae54064d40d486b8480938457723477607.tar.gz freebsd-ports-gnome-00e57aae54064d40d486b8480938457723477607.tar.zst freebsd-ports-gnome-00e57aae54064d40d486b8480938457723477607.zip |
Damn, I forgot to regenerate this patch file prior to commit...
-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= |