Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= tomsfastmath |
8 |
PORTNAME= tomsfastmath |
9 |
PORTVERSION= 0.08 |
9 |
PORTVERSION= 0.09 |
10 |
CATEGORIES= math |
10 |
CATEGORIES= math |
11 |
MASTER_SITES= http://libtomcrypt.com/tfm/files/ |
11 |
MASTER_SITES= http://libtomcrypt.com/tfm/files/ |
12 |
DISTNAME= tfm-${PORTVERSION} |
12 |
DISTNAME= tfm-${PORTVERSION} |
Lines 22-34
Link Here
|
22 |
|
22 |
|
23 |
PLIST_FILES= include/tfm.h lib/libtfm.a |
23 |
PLIST_FILES= include/tfm.h lib/libtfm.a |
24 |
|
24 |
|
25 |
.include <bsd.port.pre.mk> |
25 |
NOT_FOR_ARCHS= sparc64 |
26 |
|
26 |
|
27 |
.if ${ARCH} == "sparc64" |
27 |
.include <bsd.port.mk> |
28 |
BROKEN= Does not build on sparc64 |
|
|
29 |
.endif |
30 |
|
31 |
post-patch: |
32 |
@${REINPLACE_CMD} -e 's|
||' ${WRKSRC}/fp_montgomery_reduce.c |
33 |
|
34 |
.include <bsd.port.post.mk> |