Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Mar 2014 14:45:27 +0000 (UTC)
From:      Florian Smeets <flo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r347504 - head/devel/pwlib
Message-ID:  <201403081445.s28EjRE2084151@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: flo
Date: Sat Mar  8 14:45:27 2014
New Revision: 347504
URL: http://svnweb.freebsd.org/changeset/ports/347504
QAT: https://qat.redports.org/buildarchive/r347504/

Log:
  This has been broken for > 6 months on >= 10.0. Set USE_GCC= any for now.

Modified:
  head/devel/pwlib/Makefile

Modified: head/devel/pwlib/Makefile
==============================================================================
--- head/devel/pwlib/Makefile	Sat Mar  8 14:35:25 2014	(r347503)
+++ head/devel/pwlib/Makefile	Sat Mar  8 14:45:27 2014	(r347504)
@@ -20,6 +20,7 @@ CONFLICTS=	ptlib-2.*
 WRKSRC=		${WRKDIR}/ptlib_v${PORTVERSION:S/./_/g}
 
 USES=		bison gmake
+USE_GCC=	any
 USE_AUTOTOOLS=	autoconf
 WANT_GNOME=	yes
 WANT_SDL=	yes



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