View | Details | Raw Unified | Return to bug 192501 | Differences between
and this patch

Collapse All | Expand All

(-)./Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	libtomcrypt
4
PORTNAME=	libtomcrypt
5
PORTVERSION=	1.17
5
PORTVERSION=	1.17
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	security
7
CATEGORIES=	security
8
MASTER_SITES=	http://libtom.org/files/
8
MASTER_SITES=	http://libtom.org/files/
9
DISTNAME=	crypt-${PORTVERSION}
9
DISTNAME=	crypt-${PORTVERSION}
Lines 19-25 Link Here
19
USES=		gmake tar:bzip2
19
USES=		gmake tar:bzip2
20
ALL_TARGET=	library
20
ALL_TARGET=	library
21
21
22
CFLAGS+=	-I${LOCALBASE}/include
22
CFLAGS+=	-I${LOCALBASE}/include -fPIC
23
23
24
OPTIONS_DEFINE=	DOCS
24
OPTIONS_DEFINE=	DOCS
25
OPTIONS_DEFAULT=	LIBTOMMATH
25
OPTIONS_DEFAULT=	LIBTOMMATH

Return to bug 192501