View | Details | Raw Unified | Return to bug 208201
Collapse All | Expand All

(-)devel/dyncall/Makefile (+3 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	dyncall
4
PORTNAME=	dyncall
5
PORTVERSION=	0.9
5
PORTVERSION=	0.9
6
PORTREVISION=	1
6
CATEGORIES=	devel
7
CATEGORIES=	devel
7
MASTER_SITES=	http://www.dyncall.org/r${PORTVERSION}/ \
8
MASTER_SITES=	http://www.dyncall.org/r${PORTVERSION}/ \
8
		http://www.potion-studios.com/
9
		http://www.potion-studios.com/
Lines 14-19 Link Here
14
15
15
HAS_CONFIGURE=	yes
16
HAS_CONFIGURE=	yes
16
17
18
CFLAGS+=	-fPIC
19
17
# There is no install target in the BSD makefile for this version of the dyncall
20
# There is no install target in the BSD makefile for this version of the dyncall
18
# library, so install it manually.
21
# library, so install it manually.
19
22

Return to bug 208201