Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Nov 2015 07:11:23 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r401187 - head/math/gnuplot
Message-ID:  <201511100711.tAA7BNTF017065@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Tue Nov 10 07:11:23 2015
New Revision: 401187
URL: https://svnweb.freebsd.org/changeset/ports/401187

Log:
  math/gnuplot: remove WX_UNICODE, is no-op
  
  PR:		204372
  Approved by:	glewis (maintainer)

Modified:
  head/math/gnuplot/Makefile

Modified: head/math/gnuplot/Makefile
==============================================================================
--- head/math/gnuplot/Makefile	Tue Nov 10 06:28:30 2015	(r401186)
+++ head/math/gnuplot/Makefile	Tue Nov 10 07:11:23 2015	(r401187)
@@ -67,7 +67,6 @@ X11_USE=	XORG=x11
 # Version 3.x of WX currently cause gnuplot to crash.
 # Do not update without this without testing.
 USE_WX=			2.8
-WX_UNICODE=		yes
 WX_CONF_ARGS=		absolute
 .else
 CONFIGURE_ARGS+=	--disable-wxwidgets



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