summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-04-01 22:31:11 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-04-01 22:31:11 +0000
commit874baaf9510716d11b3ed8ee73f3fd3bdaf0b348 (patch)
tree90bf9fbed55bc849eb9b4704b9c1b877e5607f2d
parenta5b0f00d2be76d4456159cb549dbd95f1e20cccb (diff)
downloadfreebsd-ports-874baaf9510716d11b3ed8ee73f3fd3bdaf0b348.zip
add forgotten patchfile
-rw-r--r--net-mgmt/ipv6calc/files/patch-md5__Makefile11
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