svn commit: r378683 - head/x11-fm/worker

Muhammad Moinur Rahman bofh at FreeBSD.org
Sun Feb 8 20:50:40 UTC 2015


Author: bofh
Date: Sun Feb  8 20:50:39 2015
New Revision: 378683
URL: https://svnweb.freebsd.org/changeset/ports/378683
QAT: https://qat.redports.org/buildarchive/r378683/

Log:
  x11-fm/worker: Fix USE_GCC
  
  Rather than marking specific version of GCC in USE_GCC switching to yes
  as it satisfies the requirement of 4.6+.
  
  Submitted by:	gerald
  Approved by:	bapt marino (implicit)

Modified:
  head/x11-fm/worker/Makefile

Modified: head/x11-fm/worker/Makefile
==============================================================================
--- head/x11-fm/worker/Makefile	Sun Feb  8 20:48:38 2015	(r378682)
+++ head/x11-fm/worker/Makefile	Sun Feb  8 20:50:39 2015	(r378683)
@@ -30,7 +30,7 @@ XFT_USE=	XORG=xft
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 1000024
-USE_GCC=	4.6+
+USE_GCC=	yes
 .else
 CONFIGURE_ARGS+=	--disable-cxx-check
 CXXFLAGS+=	-std=c++11


More information about the svn-ports-all mailing list