Lines 24-33
Link Here
|
24 |
|
24 |
|
25 |
.include <bsd.port.pre.mk> |
25 |
.include <bsd.port.pre.mk> |
26 |
|
26 |
|
27 |
.if ${ARCH} == "amd64" |
|
|
28 |
BROKEN= "Does not compile on amd64" |
29 |
.endif |
30 |
|
31 |
post-patch: |
27 |
post-patch: |
32 |
.if ${OSVERSION} >= 502128 |
28 |
.if ${OSVERSION} >= 502128 |
33 |
@${REINPLACE_CMD} -e 's|#undef HAVE_TGMATH_H||' \ |
29 |
@${REINPLACE_CMD} -e 's|#undef HAVE_TGMATH_H||' \ |
Lines 35-41
Link Here
|
35 |
.endif |
31 |
.endif |
36 |
|
32 |
|
37 |
post-configure: |
33 |
post-configure: |
38 |
.if ${OSVERSION} >= 502123 |
34 |
.if ${OSVERSION} >= 502123 && ${ARCH} != "amd64" |
39 |
@${REINPLACE_CMD} -e 's|$$pic_flag -DPIC||' \ |
35 |
@${REINPLACE_CMD} -e 's|$$pic_flag -DPIC||' \ |
40 |
${WRKSRC}/libtool |
36 |
${WRKSRC}/libtool |
41 |
.endif |
37 |
.endif |