Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Nov 2015 10:50:46 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r401089 - head/www/mod_spdy
Message-ID:  <201511091050.tA9AokNK041590@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Mon Nov  9 10:50:46 2015
New Revision: 401089
URL: https://svnweb.freebsd.org/changeset/ports/401089

Log:
  Adjust GCC_DESC to match the current situation (and be more resilient
  to changes around USE_GCC going forward).

Modified:
  head/www/mod_spdy/Makefile

Modified: head/www/mod_spdy/Makefile
==============================================================================
--- head/www/mod_spdy/Makefile	Mon Nov  9 09:29:07 2015	(r401088)
+++ head/www/mod_spdy/Makefile	Mon Nov  9 10:50:46 2015	(r401089)
@@ -46,7 +46,7 @@ SUB_FILES+=	mod_spdy.conf
 SUB_LIST+=	APACHEMODDIR=${APACHEMODDIR}
 
 OPTIONS_DEFINE=	GCC DEBUG
-GCC_DESC=	Build mod_spdy with GCC 4.6+
+GCC_DESC=	Build with current GCC
 
 .include <bsd.port.options.mk>
 



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