Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Sep 2013 09:58:00 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327608 - head/Mk
Message-ID:  <201309190958.r8J9w00b068200@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309190958.r8J9w00b068200>