diff options
author | bapt <bapt@FreeBSD.org> | 2012-10-07 15:12:54 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-10-07 15:12:54 +0800 |
commit | 5d966af56bedcac3394293caaeaf90a7d36e69f1 (patch) | |
tree | 953ba12ad227cb9118228eefc2702c8f1e258593 /security/libtomcrypt | |
parent | 89fd6c9c737ac4e32d9e9a41bb9c38e6936d2889 (diff) | |
download | freebsd-ports-gnome-5d966af56bedcac3394293caaeaf90a7d36e69f1.tar.gz freebsd-ports-gnome-5d966af56bedcac3394293caaeaf90a7d36e69f1.tar.zst freebsd-ports-gnome-5d966af56bedcac3394293caaeaf90a7d36e69f1.zip |
use libtommath as default math library as it used to be before conversion to
optionsng
Repored by: linimon
Diffstat (limited to 'security/libtomcrypt')
-rw-r--r-- | security/libtomcrypt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/libtomcrypt/Makefile b/security/libtomcrypt/Makefile index 1387ee24c635..a09b2fdb5270 100644 --- a/security/libtomcrypt/Makefile +++ b/security/libtomcrypt/Makefile @@ -23,6 +23,7 @@ MAKE_JOBS_SAFE= yes CFLAGS+= -I${PREFIX}/include OPTIONS_DEFINE= DOCS +OPTIONS_DEFAULT= LIBTOMMATH OPTIONS_MULTI= MATH OPTIONS_MULTI_MATH= LIBTOMMATH TOMSFASTMATH GMP LIBTOMMATH_DESC= Use LibTomMath |