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

Collapse All | Expand All

(-)Makefile (+5 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	gc
4
PORTNAME=	gc
5
PORTVERSION=	7.4.2
5
PORTVERSION=	7.4.2
6
PORTREVISION=	1
6
CATEGORIES=	devel
7
CATEGORIES=	devel
7
MASTER_SITES=	http://www.hboehm.info/gc/gc_source/
8
MASTER_SITES=	http://www.hboehm.info/gc/gc_source/
8
PKGNAMEPREFIX=	boehm-
9
PKGNAMEPREFIX=	boehm-
Lines 58-63 Link Here
58
59
59
NOT_FOR_ARCHS=	ia64
60
NOT_FOR_ARCHS=	ia64
60
61
62
# no rule to get .lo from .S in subdirectory
63
pre-build:
64
	${LN} -sf ${WRKSRC}/src/sparc_mach_dep.S ${WRKSRC}
65
61
.if ${PORT_OPTIONS:MDEBUG}
66
.if ${PORT_OPTIONS:MDEBUG}
62
CONFIGURE_ARGS+=--enable-gc-debug
67
CONFIGURE_ARGS+=--enable-gc-debug
63
PKGNAMESUFFIX:=	${PKGNAMESUFFIX}+fulldebug
68
PKGNAMESUFFIX:=	${PKGNAMESUFFIX}+fulldebug

Return to bug 192398