diff options
author | edwin <edwin@FreeBSD.org> | 2007-04-02 06:31:11 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-04-02 06:31:11 +0800 |
commit | 5469f5f7bb265696af46ec8d0b8ae7703660883a (patch) | |
tree | 095a32d42ca73a4a9b2a846fb008a9801dfb08a6 /net-mgmt | |
parent | 3129b0537edf4f5aefcd648467ea69f11841e024 (diff) | |
download | freebsd-ports-gnome-5469f5f7bb265696af46ec8d0b8ae7703660883a.tar.gz freebsd-ports-gnome-5469f5f7bb265696af46ec8d0b8ae7703660883a.tar.zst freebsd-ports-gnome-5469f5f7bb265696af46ec8d0b8ae7703660883a.zip |
add forgotten patchfile
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/ipv6calc/files/patch-md5__Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/ipv6calc/files/patch-md5__Makefile b/net-mgmt/ipv6calc/files/patch-md5__Makefile new file mode 100644 index 000000000000..324b20a86319 --- /dev/null +++ b/net-mgmt/ipv6calc/files/patch-md5__Makefile @@ -0,0 +1,11 @@ +--- md5/Makefile.orig Mon Apr 2 08:25:54 2007 ++++ md5/Makefile Mon Apr 2 08:26:00 2007 +@@ -6,7 +6,7 @@ + all: md5.o + + md5.o: md5.c +- ${CC} ${CFLAGS} -I.. -fPIC -o md5.o -c -s md5.c ++ ${CC} ${CFLAGS}. -I.. -fPIC -o md5.o -c -s md5.c + + clean: + rm -f *.o *.so.1 *.a |