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

Collapse All | Expand All

(-)multimedia/libmatroska/Makefile (-4 / +6 lines)
Lines 46-55 Link Here
46
46
47
.include <bsd.port.pre.mk>
47
.include <bsd.port.pre.mk>
48
48
49
.if ${OSVERSION} < 500000
49
CFLAGS+= -I${LOCALBASE}/include
50
# this is gcc 2.x
51
CFLAGS+= -DNO_WSTRING
52
.endif
53
50
54
# gcc 3.2 was available on 5.x before this OSVERSION
51
# gcc 3.2 was available on 5.x before this OSVERSION
55
# do not build gcc 3.3 unless necessary
52
# do not build gcc 3.3 unless necessary
Lines 59-64 Link Here
59
.else
56
.else
60
# default for 5.x series
57
# default for 5.x series
61
USE_GCC=3.3
58
USE_GCC=3.3
59
.endif
60
61
.if ${OSVERSION} < 500000
62
CFLAGS+= -DNO_WSTRING
63
USE_GCC=2.95
62
.endif
64
.endif
63
65
64
.include <bsd.port.post.mk>
66
.include <bsd.port.post.mk>

Return to bug 63581