diff options
author | Max Khon <fjoe@FreeBSD.org> | 2007-01-21 12:41:42 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2007-01-21 12:41:42 +0000 |
commit | a6dc6da48ae572c2b738cf5669d425fa9ea9c94e (patch) | |
tree | ebb5315c06c5ff93a2b86384a8f4fc7581f4adb5 /x11-toolkits/wxgtk29 | |
parent | Fix ignoring wxgtk2-unicode on 4.x (requires wchar_t). (diff) |
Fix ignoring wxgtk28-unicode on FreeBSD 4.x (requires wchar_t).
Notes
Notes:
svn path=/head/; revision=182903
Diffstat (limited to 'x11-toolkits/wxgtk29')
-rw-r--r-- | x11-toolkits/wxgtk29/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-toolkits/wxgtk29/Makefile b/x11-toolkits/wxgtk29/Makefile index 7afad0d825eb..2ae1b6827a60 100644 --- a/x11-toolkits/wxgtk29/Makefile +++ b/x11-toolkits/wxgtk29/Makefile @@ -94,4 +94,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> |