svn commit: r347504 - head/devel/pwlib

Florian Smeets flo at FreeBSD.org
Sat Mar 8 14:45:28 UTC 2014


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


More information about the svn-ports-all mailing list