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

Collapse All | Expand All

(-)textproc/libebml/Makefile (-5 / +6 lines)
Lines 35-45 Link Here
35
35
36
.include <bsd.port.pre.mk>
36
.include <bsd.port.pre.mk>
37
37
38
.if ${OSVERSION} < 500000
39
# this is gcc 2.x
40
CFLAGS+= -DNO_WSTRING
41
.endif
42
43
# gcc 3.2 was available on 5.x before this OSVERSION
38
# gcc 3.2 was available on 5.x before this OSVERSION
44
# do not build gcc 3.3 unless necessary
39
# do not build gcc 3.3 unless necessary
45
.if ${OSVERSION} < 501103
40
.if ${OSVERSION} < 501103
Lines 48-53 Link Here
48
.else
43
.else
49
# default for 5.x series
44
# default for 5.x series
50
USE_GCC=3.3
45
USE_GCC=3.3
46
.endif
47
48
.if ${OSVERSION} < 500000
49
# this is gcc 2.x
50
CFLAGS+= -DNO_WSTRING
51
USE_GCC=2.95
51
.endif
52
.endif
52
53
53
.include <bsd.port.post.mk>
54
.include <bsd.port.post.mk>

Return to bug 63581