mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix build of net-mgmt/ipv6calc
PR: ports/132350 Submitted by: KOIE Hidetaka <koie@suri.co.jp>, pav@ earlier, erwin@ earlier
This commit is contained in:
parent
d214ac93a4
commit
af8a19e34d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229596
1 changed files with 0 additions and 11 deletions
|
@ -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
|
Loading…
Add table
Reference in a new issue