aboutsummaryrefslogtreecommitdiffstats
path: root/mail/hashcash/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/hashcash/files/patch-Makefile')
-rw-r--r--mail/hashcash/files/patch-Makefile33
1 files changed, 24 insertions, 9 deletions
diff --git a/mail/hashcash/files/patch-Makefile b/mail/hashcash/files/patch-Makefile
index d5de85cba777..20954da87765 100644
--- a/mail/hashcash/files/patch-Makefile
+++ b/mail/hashcash/files/patch-Makefile
@@ -1,16 +1,31 @@
---- Makefile.orig Fri Sep 26 07:28:03 2003
-+++ Makefile Sun Feb 1 18:23:29 2004
-@@ -1,10 +1,9 @@
- HC_VERS = 0.28
--INSTALL_PATH = /usr/local/bin
+--- Makefile.orig Wed Aug 11 04:01:24 2004
++++ Makefile Sat Aug 28 11:23:16 2004
+@@ -1,6 +1,6 @@
+ HC_VERS = 1.02
+-INSTALL_PATH = /usr/bin
-MAN_INSTALL_PATH = /usr/share/man/man1
+INSTALL_PATH = ${PREFIX}/bin
+MAN_INSTALL_PATH = ${PREFIX}/man/man1
+ DOC_INSTALL_PATH = /usr/share/doc/hashcash-$(HC_VERS)
MAKEDEPEND = makedepend
--COPT = -O3
+ # add -DCHROMATIX for libfastmint integration
+@@ -12,8 +12,8 @@
+ # if no POSIX or BSD, disable, still have builtin basic wildcard support
+ # OPT = -O
LDFLAGS = $(CARCH)
--CFLAGS = $(COPT) $(CWARN) $(CARCH)
-+CFLAGS += $(CWARN) $(CARCH)
- EXES = hashcash sha1 sha1test
+-CFLAGS = $(COPT) $(OPT) $(CWARN) $(CARCH)
+-EXES = hashcash sha1 sha1test fastmint_benchtest
++CFLAGS += $(COPT) $(OPT) $(CWARN) $(CARCH)
++EXES = hashcash sha1 sha1test
INSTALL = /usr/bin/install
POD2MAN = pod2man
+ POD2HTML = pod2html
+@@ -31,7 +31,7 @@
+
+ DIST = ../dist.csh
+
+-build: hashcash sha1 #fastmint_benchtest
++build: hashcash sha1
+
+ hashcash: $(OBJS)
+ $(CC) $(LDFLAGS) $(OBJS) -o $@