diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-07-18 16:52:25 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-07-18 16:52:25 +0000 |
commit | 8c8523da84b7221ee61832df42859dfe4ca85fc4 (patch) | |
tree | 3f7be2d4a338f0821fe5e6093ffe1ac10a47b3fa /mail/hashcash/files | |
parent | 86bb99d6dbab3544cd8340a46d57001ff37aea93 (diff) | |
download | ports-8c8523da84b7221ee61832df42859dfe4ca85fc4.tar.gz ports-8c8523da84b7221ee61832df42859dfe4ca85fc4.zip |
Notes
Diffstat (limited to 'mail/hashcash/files')
-rw-r--r-- | mail/hashcash/files/patch-Makefile | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/mail/hashcash/files/patch-Makefile b/mail/hashcash/files/patch-Makefile index 7e880bc91343..5ef8625e0a97 100644 --- a/mail/hashcash/files/patch-Makefile +++ b/mail/hashcash/files/patch-Makefile @@ -1,5 +1,5 @@ ---- Makefile.orig Wed Mar 30 06:27:47 2005 -+++ Makefile Fri Apr 1 15:54:54 2005 +--- Makefile.orig Wed Jul 13 12:10:52 2005 ++++ Makefile Mon Jul 18 12:23:12 2005 @@ -2,9 +2,9 @@ CHANGEME1 = 1 # put PACKAGER = EBUILD|RPM etc here CHANGEME2 = 2 @@ -13,3 +13,12 @@ MAKEDEPEND = makedepend MSLIB = mslib # here you can choose the regexp style your system has +@@ -16,7 +16,7 @@ + # REGEXP = + REGEXP=-DREGEXP_POSIX + COPT_DEBUG = -g +-COPT_GENERIC = -O3 ++#COPT_GENERIC = -O3 + COPT_GNU = -O3 -funroll-loops + COPT_X86 = -O3 -funroll-loops -march=i386 -mcpu=pentium -mmmx \ + -D_REENTRANT -D_THREAD_SAFE -fPIC |