1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/net-mgmt/ipv6calc/files/patch-md5__Makefile
2007-04-01 22:31:11 +00:00

12 lines
267 B
Plaintext

--- 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