svn commit: r381508 - head/devel/libical-glib

Koop Mast kwm at FreeBSD.org
Tue Mar 17 19:20:11 UTC 2015


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


More information about the svn-ports-head mailing list