diff options
author | edwin <edwin@FreeBSD.org> | 2009-03-07 07:19:58 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2009-03-07 07:19:58 +0800 |
commit | 10b916298b21b5089ea73cc61d1f1b2de8622e7d (patch) | |
tree | d8beb01b3f85762c7281ce95570e918e8b0c7e0e /net-mgmt | |
parent | 87028b47d26d04b9b7dc5f425fef58f33508c1c4 (diff) | |
download | freebsd-ports-gnome-10b916298b21b5089ea73cc61d1f1b2de8622e7d.tar.gz freebsd-ports-gnome-10b916298b21b5089ea73cc61d1f1b2de8622e7d.tar.zst freebsd-ports-gnome-10b916298b21b5089ea73cc61d1f1b2de8622e7d.zip |
Fix build of net-mgmt/ipv6calc
PR: ports/132350
Submitted by: KOIE Hidetaka <koie@suri.co.jp>, pav@ earlier, erwin@ earlier
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/ipv6calc/files/patch-md5__Makefile.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-mgmt/ipv6calc/files/patch-md5__Makefile.in b/net-mgmt/ipv6calc/files/patch-md5__Makefile.in deleted file mode 100644 index 350adf6613e5..000000000000 --- a/net-mgmt/ipv6calc/files/patch-md5__Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- md5/Makefile.in.orig 2009-01-12 21:54:31.000000000 +1100 -+++ md5/Makefile.in 2009-01-12 21:54:53.000000000 +1100 -@@ -6,7 +6,7 @@ - all: md5.o - - md5.o: md5.c -- ${CC} $(DEFAULT_CFLAGS) $(CFLAGS) $(INCLUDES) -I.. -fPIC -o md5.o -c -s md5.c -+ ${CC} $(DEFAULT_CFLAGS) $(CFLAGS). $(INCLUDES) -I.. -fPIC -o md5.o -c -s md5.c - - clean: - rm -f *.o *.so.1 *.a |