diff options
author | kris <kris@FreeBSD.org> | 2000-02-06 06:07:51 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-02-06 06:07:51 +0800 |
commit | 193d1698844c5e2893a833d56ac08cadfea8e3c6 (patch) | |
tree | 834353f826be9a6cd91737bc22b29eecc5f75352 /dns/dhid/files | |
parent | fdc9205e3e96248efd19327016824c3e8ea19744 (diff) | |
download | freebsd-ports-graphics-193d1698844c5e2893a833d56ac08cadfea8e3c6.tar.gz freebsd-ports-graphics-193d1698844c5e2893a833d56ac08cadfea8e3c6.tar.zst freebsd-ports-graphics-193d1698844c5e2893a833d56ac08cadfea8e3c6.zip |
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
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 9b8c4832676..bf91cebbd69 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 |