Lines 32-41
Link Here
|
32 |
|
32 |
|
33 |
.include <bsd.port.pre.mk> |
33 |
.include <bsd.port.pre.mk> |
34 |
|
34 |
|
35 |
.if ${ARCH} != "i386" || ${OSVERSION} > 502105 |
|
|
36 |
BROKEN= "Does not compile on !i386 or FreeBSD >= 5.x" |
37 |
.endif |
38 |
|
39 |
post-patch: |
35 |
post-patch: |
40 |
@${REINPLACE_CMD} -e 's|-DOPENSSL_NO_KRB5||' -e 's|-O2|${CFLAGS}|' ${WRKSRC}/configure |
36 |
@${REINPLACE_CMD} -e 's|-DOPENSSL_NO_KRB5||' -e 's|-O2|${CFLAGS}|' ${WRKSRC}/configure |
41 |
@${REINPLACE_CMD} -e 's|$$(DATADIR)/locale|$$(DESTDIR)/share/locale|' ${WRKSRC}/locale/Makefile |
37 |
@${REINPLACE_CMD} -e 's|$$(DATADIR)/locale|$$(DESTDIR)/share/locale|' ${WRKSRC}/locale/Makefile |