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

(-)Makefile (-7 / +1 lines)
Lines 21-30 Link Here
21
21
22
PLIST_FILES=	bin/gtkguitune
22
PLIST_FILES=	bin/gtkguitune
23
23
24
.include <bsd.port.pre.mk>
24
.include <bsd.port.mk>
25
26
.if ${OSVERSION} < 500000
27
CFLAGS+=	-fhuge-objects
28
.endif
29
30
.include <bsd.port.post.mk>

Return to bug 111661