diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2017-09-27 16:06:31 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2017-09-27 16:06:31 +0000 |
commit | 7aa2743703371b5ec7378f7193ef8099c1e51cf2 (patch) | |
tree | 9de5f37fbf9fbc0f0b2d188871af256063d1cf2c /security/libtomcrypt | |
parent | aaf79fb706418028e44f3eef67b3438df724692e (diff) |
Notes
Diffstat (limited to 'security/libtomcrypt')
-rw-r--r-- | security/libtomcrypt/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/libtomcrypt/Makefile b/security/libtomcrypt/Makefile index 124dda1e87f9..5356cad08d75 100644 --- a/security/libtomcrypt/Makefile +++ b/security/libtomcrypt/Makefile @@ -35,9 +35,9 @@ LIBTOMMATH_BUILD_DEPENDS= ${LOCALBASE}/include/tommath.h:math/libtommath LIBTOMMATH_CFLAGS= -DLTM_DESC LIBTOMMATH_VARS= EXTRALIBS+=-ltommath -LIBTOMSFASTMATH_BUILD_DEPENDS= ${LOCALBASE}/include/tfm.h:math/tomsfastmath -LIBTOMSFASTMATH_CFLAGS= -DTFM_DESC -LIBTOMSFASTMATH_VARS= EXTRALIBS+=-ltfm +TOMSFASTMATH_BUILD_DEPENDS= ${LOCALBASE}/include/tfm.h:math/tomsfastmath +TOMSFASTMATH_CFLAGS= -DTFM_DESC +TOMSFASTMATH_VARS= EXTRALIBS+=-ltfm GMP_LIB_DEPENDS= libgmp.so:math/gmp GMP_CFLAGS= -DGMP_DESC |