Lines 21-27
Link Here
|
21 |
LICENSE_PERMS_TRIO= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept |
21 |
LICENSE_PERMS_TRIO= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept |
22 |
|
22 |
|
23 |
GNU_CONFIGURE= yes |
23 |
GNU_CONFIGURE= yes |
24 |
USES+= cpe gmake iconv libtool pathfix pkgconfig shebangfix |
24 |
USES+= compiler cpe gmake iconv libtool pathfix pkgconfig shebangfix |
25 |
CPE_VENDOR= xmlsoft |
25 |
CPE_VENDOR= xmlsoft |
26 |
USE_LDCONFIG= yes |
26 |
USE_LDCONFIG= yes |
27 |
CONFIGURE_ARGS?=--with-iconv=${ICONV_PREFIX} \ |
27 |
CONFIGURE_ARGS?=--with-iconv=${ICONV_PREFIX} \ |
Lines 54-59
Link Here
|
54 |
|
54 |
|
55 |
.endif # !defined(MASTERDIR) |
55 |
.endif # !defined(MASTERDIR) |
56 |
|
56 |
|
|
|
57 |
.include <bsd.port.pre.mk> |
58 |
|
57 |
post-patch: |
59 |
post-patch: |
58 |
.for d in . doc doc/devhelp doc/examples |
60 |
.for d in . doc doc/devhelp doc/examples |
59 |
@${REINPLACE_CMD} -e '/^install-data-am:/ s|install-data-local||' \ |
61 |
@${REINPLACE_CMD} -e '/^install-data-am:/ s|install-data-local||' \ |
Lines 65-71
Link Here
|
65 |
s|/etc/sgml/catalog|${LOCALBASE}/share/sgml/catalog|g' \ |
67 |
s|/etc/sgml/catalog|${LOCALBASE}/share/sgml/catalog|g' \ |
66 |
${WRKSRC}/${f} |
68 |
${WRKSRC}/${f} |
67 |
.endfor |
69 |
.endfor |
68 |
.if exists(/usr/lib/libstdc++.so) |
70 |
.if ${CHOSEN_COMPILER_TYPE} == gcc |
69 |
@${REINPLACE_CMD} -e 's/ -Wno-array-bounds//' ${WRKSRC}/configure |
71 |
@${REINPLACE_CMD} -e 's/ -Wno-array-bounds//' ${WRKSRC}/configure |
70 |
.endif |
72 |
.endif |
71 |
|
73 |
|
Lines 74-79
Link Here
|
74 |
@${RM} -r ${STAGEDIR}${PREFIX}/share/gtk-doc |
76 |
@${RM} -r ${STAGEDIR}${PREFIX}/share/gtk-doc |
75 |
.endif |
77 |
.endif |
76 |
|
78 |
|
77 |
.include <bsd.port.mk> |
79 |
.include <bsd.port.post.mk> |
78 |
|
80 |
|
|
|
81 |
# XXX MCL ????? |
79 |
.endif |
82 |
.endif |