Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Sep 2013 09:39:27 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327374 - head/x11-toolkits/wxgtk29
Message-ID:  <201309160939.r8G9dRwp047596@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Sep 16 09:39:26 2013
New Revision: 327374
URL: http://svnweb.freebsd.org/changeset/ports/327374

Log:
  Remove USE_GCC=any as the ports build properly with clang.
  This also fixes the build with libc++

Modified:
  head/x11-toolkits/wxgtk29/Makefile

Modified: head/x11-toolkits/wxgtk29/Makefile
==============================================================================
--- head/x11-toolkits/wxgtk29/Makefile	Mon Sep 16 09:22:21 2013	(r327373)
+++ head/x11-toolkits/wxgtk29/Makefile	Mon Sep 16 09:39:26 2013	(r327374)
@@ -21,7 +21,6 @@ LIB_DEPENDS+=	png15:${PORTSDIR}/graphics
 
 USES+=		iconv gmake pkgconfig
 USE_BZIP2=	yes
-USE_GCC=	any
 USE_XORG=	x11 sm xxf86vm xinerama
 USE_GL=		glu
 USE_GNOME=	gtk20



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