Lines 48-53
Link Here
|
48 |
PLIST_SUB+= DOCS="@comment " |
48 |
PLIST_SUB+= DOCS="@comment " |
49 |
.endif |
49 |
.endif |
50 |
|
50 |
|
|
|
51 |
.if ${OSVERSION} < 500000 |
52 |
CONFIGURE_ENV+= ac_cv_func_clock_gettime=no |
53 |
CFLAGS+= -Duintmax_t=uintptr_t |
54 |
.endif |
55 |
|
51 |
.if (${OSVERSION} > 500000 ) && (${OSVERSION} < 502102 ) |
56 |
.if (${OSVERSION} > 500000 ) && (${OSVERSION} < 502102 ) |
52 |
BROKEN= Does not compile |
57 |
BROKEN= Does not compile |
53 |
.endif |
58 |
.endif |
Lines 80-88
Link Here
|
80 |
|
85 |
|
81 |
post-build: |
86 |
post-build: |
82 |
@${RM} -f ${WRKSRC}/doc/reference/html/dir__2F* |
87 |
@${RM} -f ${WRKSRC}/doc/reference/html/dir__2F* |
83 |
|
|
|
84 |
.if ${OSVERSION} < 500000 |
85 |
BROKEN= Does not compile on 4.x |
86 |
.endif |
87 |
|
88 |
|
88 |
.include <bsd.port.post.mk> |
89 |
.include <bsd.port.post.mk> |