diff options
author | sem <sem@FreeBSD.org> | 2005-09-02 22:42:08 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-09-02 22:42:08 +0800 |
commit | 26144a45d4f4b982e44d393c4f7ea42f14879d49 (patch) | |
tree | 2c5ac980584fc718b97d4489c24f1adcf1f4d1f0 /math | |
parent | db087add77687def369003544f374812cbf919db (diff) | |
download | freebsd-ports-gnome-26144a45d4f4b982e44d393c4f7ea42f14879d49.tar.gz freebsd-ports-gnome-26144a45d4f4b982e44d393c4f7ea42f14879d49.tar.zst freebsd-ports-gnome-26144a45d4f4b982e44d393c4f7ea42f14879d49.zip |
- Remove -O3 optimization from CFLAGS
PR: ports/85608
Submitted by: maintainer
Diffstat (limited to 'math')
-rw-r--r-- | math/libtommath/Makefile | 1 | ||||
-rw-r--r-- | math/libtommath/files/patch-makefile | 13 |
2 files changed, 12 insertions, 2 deletions
diff --git a/math/libtommath/Makefile b/math/libtommath/Makefile index f57fa688cfc1..8a1a2b566664 100644 --- a/math/libtommath/Makefile +++ b/math/libtommath/Makefile @@ -7,6 +7,7 @@ PORTNAME= libtommath PORTVERSION= 0.36 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://math.libtomcrypt.org/files/ DISTNAME= ltm-${PORTVERSION} diff --git a/math/libtommath/files/patch-makefile b/math/libtommath/files/patch-makefile index d1fe13056fce..e7b8edc00a88 100644 --- a/math/libtommath/files/patch-makefile +++ b/math/libtommath/files/patch-makefile @@ -1,5 +1,14 @@ ---- makefile.orig Fri Aug 5 09:34:54 2005 -+++ makefile Fri Aug 5 09:36:36 2005 +--- makefile.orig Mon Aug 1 12:34:44 2005 ++++ makefile Wed Aug 31 15:19:42 2005 +@@ -10,7 +10,7 @@ + ifndef IGNORE_SPEED + + #for speed +-CFLAGS += -O3 -funroll-loops ++CFLAGS += -funroll-loops + + #for size + #CFLAGS += -Os @@ -48,9 +48,9 @@ #INCPATH-The directory to install the header files for libtommath. #DATAPATH-The directory to install the pdf docs. |