Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 May 2015 23:20:33 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r387191 - head/devel/gio-sharp
Message-ID:  <201505232320.t4NNKXQF058478@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat May 23 23:20:33 2015
New Revision: 387191
URL: https://svnweb.freebsd.org/changeset/ports/387191

Log:
  Fix build with mono 4
  
  Reported by:	pkg-fallout

Modified:
  head/devel/gio-sharp/Makefile

Modified: head/devel/gio-sharp/Makefile
==============================================================================
--- head/devel/gio-sharp/Makefile	Sat May 23 23:16:10 2015	(r387190)
+++ head/devel/gio-sharp/Makefile	Sat May 23 23:20:33 2015	(r387191)
@@ -11,6 +11,7 @@ MAINTAINER=	mono@FreeBSD.org
 COMMENT=	GIO bindings not available in gtk-sharp
 
 GNU_CONFIGURE=	yes
+CONFIGURE_ENV=	ac_cv_path_CSC=${LOCALBASE}/bin/mcs
 USES=		gmake pathfix pkgconfig tar:bzip2
 USE_GNOME=	gtksharp20
 



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