diff options
author | sem <sem@FreeBSD.org> | 2005-09-02 14:43:19 +0000 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-09-02 14:43:19 +0000 |
commit | 53249fe449b6d6d0fc0a8f10f983cae861751a72 (patch) | |
tree | 4551a22c8eafa3faf402ed3dac25191cfdfc4e25 /math | |
parent | 26144a45d4f4b982e44d393c4f7ea42f14879d49 (diff) | |
download | FreeBSD-ports-53249fe449b6d6d0fc0a8f10f983cae861751a72.zip FreeBSD-ports-53249fe449b6d6d0fc0a8f10f983cae861751a72.tar.gz |
- Remove -O3 optimization. It should fix fails on sparc64
PR: ports/85610
Submitted by: maintainer
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 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 |