diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-09-02 14:43:19 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-09-02 14:43:19 +0000 |
commit | f039f760bc0f31f32ab861cdd6a15d45fd220e85 (patch) | |
tree | 4203eae8642aac02fadebf0212d199577e875bd2 /math | |
parent | 231f070d126b6714e06c0a7c8d16f01a3f3f943e (diff) | |
download | ports-f039f760bc0f31f32ab861cdd6a15d45fd220e85.tar.gz ports-f039f760bc0f31f32ab861cdd6a15d45fd220e85.zip |
Notes
Diffstat (limited to 'math')
-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 f57359dbd05b..9d7f68ab5011 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 fd643d5705ca..ee44886dfbe0 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 |