[89871] trunk/dports/devel/lua-md5/files/patch-tests-DES56-Makefile.diff
ryandesign at macports.org
ryandesign at macports.org
Mon Feb 13 08:38:02 PST 2012
Revision: 89871
http://trac.macports.org/changeset/89871
Author: ryandesign at macports.org
Date: 2012-02-13 08:38:02 -0800 (Mon, 13 Feb 2012)
Log Message:
-----------
lua-md5: add patchfile forgotten in r89870
Revision Links:
--------------
http://trac.macports.org/changeset/89870
Added Paths:
-----------
trunk/dports/devel/lua-md5/files/patch-tests-DES56-Makefile.diff
Added: trunk/dports/devel/lua-md5/files/patch-tests-DES56-Makefile.diff
===================================================================
--- trunk/dports/devel/lua-md5/files/patch-tests-DES56-Makefile.diff (rev 0)
+++ trunk/dports/devel/lua-md5/files/patch-tests-DES56-Makefile.diff 2012-02-13 16:38:02 UTC (rev 89871)
@@ -0,0 +1,27 @@
+--- tests/DES56/Makefile.orig 2007-11-28 13:38:32.000000000 -0600
++++ tests/DES56/Makefile 2012-02-13 10:33:34.000000000 -0600
+@@ -1,5 +1,5 @@
+
+-CFLAGS= -O6 -DUSG=0 -DBSD=0
++CFLAGS+= -O6 -DUSG=0 -DBSD=0
+
+ FILES= Makefile des56.h des56.c fdemo.c ftest.c
+
+@@ -11,7 +11,7 @@
+ ./fdemo -demo -c 1000
+
+ fdemo: fdemo.o des56.o
+- ${CC} -o $@ $@.o des56.o
++ ${CC} ${LDFLAGS} -o $@ $@.o des56.o
+
+ # test -- evaluates DES, compares with UNIX crypt
+
+@@ -20,7 +20,7 @@
+ ./ftest 1.21280ac -c 5000000 -k 1000000 -C 100000 -K 100000
+
+ ftest: ftest.o des56.o
+- ${CC} -o $@ $@.o des56.o -lcrypt
++ ${CC} ${LDFLAGS} -o $@ $@.o des56.o -lcrypt
+
+ dist:
+ @tar cvf - ${FILES}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120213/22d95bb0/attachment.html>
More information about the macports-changes
mailing list