Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Dec 2013 19:21:41 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337788 - head/net/gupnp-av
Message-ID:  <201312271921.rBRJLfJl081848@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Dec 27 19:21:41 2013
New Revision: 337788
URL: http://svnweb.freebsd.org/changeset/ports/337788

Log:
  - Disable VAPIGEN completely

Modified:
  head/net/gupnp-av/Makefile

Modified: head/net/gupnp-av/Makefile
==============================================================================
--- head/net/gupnp-av/Makefile	Fri Dec 27 19:21:30 2013	(r337787)
+++ head/net/gupnp-av/Makefile	Fri Dec 27 19:21:41 2013	(r337788)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libgupnp-1.0.so:${PORTSDIR}
 RUN_DEPENDS=	gupnp>=0.19.0:${PORTSDIR}/net/gupnp
 
 CONFIGURE_ARGS=	--enable-introspection=yes
-CONFIGURE_ENV=	VAPIGEN=""
+CONFIGURE_ENV=	VAPIGEN="" ac_cv_path_VAPIGEN=""
 GNU_CONFIGURE=	yes
 MAKE_ENV=	INSTALL_STRIP_FLAG=${STRIP}
 USE_GNOME=	glib20 introspection:build



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