Fix ignoring wxgtk2-unicode on 4.x (requires wchar_t).
This commit is contained in:
parent
e9d51aa984
commit
e95e6da407
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182902
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue