Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Mar 2015 19:20:11 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r381508 - head/devel/libical-glib
Message-ID:  <201503171920.t2HJKBmE061136@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Tue Mar 17 19:20:10 2015
New Revision: 381508
URL: https://svnweb.freebsd.org/changeset/ports/381508
QAT: https://qat.redports.org/buildarchive/r381508/

Log:
  Fix the build on 8.4-R.

Modified:
  head/devel/libical-glib/Makefile

Modified: head/devel/libical-glib/Makefile
==============================================================================
--- head/devel/libical-glib/Makefile	Tue Mar 17 19:20:10 2015	(r381507)
+++ head/devel/libical-glib/Makefile	Tue Mar 17 19:20:10 2015	(r381508)
@@ -11,7 +11,7 @@ COMMENT=	Introspection bindings for libi
 
 LIB_DEPENDS=	libical.so:${PORTSDIR}/devel/libical
 
-USES=		gettext gmake libtool pathfix pkgconfig tar:xz
+USES=		compiler:c11 gettext gmake libtool pathfix pkgconfig tar:xz
 USE_GNOME=	glib20 introspection:build libxml2
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes



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