diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-02-05 22:07:51 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-02-05 22:07:51 +0000 |
commit | 28989c4601ed030a5b58826570d752a61ee41dd8 (patch) | |
tree | 7ce4eae8439e3246bc9023196668a5426d45bff0 /dns/dhid/files | |
parent | Respect CC and CFLAGS. (diff) |
Unbreak this port by upgrading to dhid 3.1. I don't use this software,
so I had to play it a bit by ear, but I didn't hear back from the
maintainer.
Noticed by: bento
Notes
Notes:
svn path=/head/; revision=25506
Diffstat (limited to 'dns/dhid/files')
-rw-r--r-- | dns/dhid/files/patch-ab | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/dns/dhid/files/patch-ab b/dns/dhid/files/patch-ab index 9b8c48326762..bf91cebbd692 100644 --- a/dns/dhid/files/patch-ab +++ b/dns/dhid/files/patch-ab @@ -1,22 +1,25 @@ ---- Makefile.orig Tue Jun 22 07:30:37 1999 -+++ Makefile Sat Aug 21 04:41:26 1999 -@@ -25,15 +25,10 @@ +--- Makefile.orig Thu Jan 13 20:15:01 2000 ++++ Makefile Sun Jan 30 17:56:18 2000 +@@ -25,17 +25,13 @@ # - # DHIS(c) Dynamic Host Information System Release 3.0 + # DHIS(c) Dynamic Host Information System Release 3.1 -CC=cc -CFLAGS= -LFLAGS= -LIBS= ++CC?=cc RM=rm -f + all: dhid + dhid: conf.o endian.o network.o crypt.o main.o $(CC) $(LFLAGS) -o dhid conf.o endian.o network.o crypt.o main.o $(LIBS) - strip dhid main.o: dhid.h network.h conf.h main.c $(CC) $(CFLAGS) -c main.c -@@ -52,3 +47,5 @@ +@@ -54,3 +50,5 @@ clean: $(RM) *.core core dhid *.o |