Fix ignoring wxgtk2-unicode on 4.x (requires wchar_t).

This commit is contained in:
Max Khon 2007-01-21 12:40:45 +00:00
parent e9d51aa984
commit e95e6da407
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182902

View file

@ -98,4 +98,10 @@ post-patch:
s|pkg_config_args --libs|pkg_config_args pangox --libs|g' \
${WRKSRC}/configure
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${WXGTK_FLAVOR} == "gtk2-unicode" && ${OSVERSION} < 500000
IGNORE= requires wchar_t
.endif
.include <bsd.port.post.mk>