diff options
-rw-r--r-- | math/tomsfastmath/Makefile | 1 | ||||
-rw-r--r-- | math/tomsfastmath/files/patch-makefile | 13 |
2 files changed, 12 insertions, 2 deletions
diff --git a/math/tomsfastmath/Makefile b/math/tomsfastmath/Makefile index f57359d..9d7f68a 100644 --- a/math/tomsfastmath/Makefile +++ b/math/tomsfastmath/Makefile @@ -7,6 +7,7 @@ PORTNAME= tomsfastmath PORTVERSION= 0.05 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://libtomcrypt.org/tfm/files/ DISTNAME= tfm-${PORTVERSION} diff --git a/math/tomsfastmath/files/patch-makefile b/math/tomsfastmath/files/patch-makefile index fd643d5..ee44886 100644 --- a/math/tomsfastmath/files/patch-makefile +++ b/math/tomsfastmath/files/patch-makefile @@ -1,5 +1,14 @@ ---- makefile.orig Fri Aug 5 10:44:08 2005 -+++ makefile Fri Aug 5 10:45:03 2005 +--- makefile.orig Mon Aug 1 12:34:18 2005 ++++ makefile Wed Aug 31 15:30:39 2005 +@@ -7,7 +7,7 @@ + + ifndef IGNORE_SPEED + +-CFLAGS += -O3 -funroll-all-loops ++CFLAGS += -funroll-all-loops + + #profiling + #PROF=-pg -g @@ -49,11 +49,11 @@ HEADERS=tfm.h |