svn commit: r327608 - head/Mk
Pietro Cerutti
gahr at FreeBSD.org
Thu Sep 19 09:58:01 UTC 2013
Author: gahr
Date: Thu Sep 19 09:58:00 2013
New Revision: 327608
URL: http://svnweb.freebsd.org/changeset/ports/327608
Log:
- Revert file erroneously included in my previous commit
Reported by: bapt
Modified:
head/Mk/bsd.wx.mk
Modified: head/Mk/bsd.wx.mk
==============================================================================
--- head/Mk/bsd.wx.mk Thu Sep 19 09:49:52 2013 (r327607)
+++ head/Mk/bsd.wx.mk Thu Sep 19 09:58:00 2013 (r327608)
@@ -241,7 +241,7 @@ _WX_WANT_UNICODE= yes
# These variables are reprocessed later so they won't affect other parts.
-. if defined(WX_UNICODE) || defined(_WX_WANT_UNICODE) || ${_WANT_WX} == "2.9"
+. if defined(WX_UNICODE) || defined(_WX_WANT_UNICODE)
_WX_VER_FINAL= ${_WX_VERS_UC_ALL}
_WX_UC= u
_WX_UCL= -unicode
More information about the svn-ports-all
mailing list