svn commit: r387191 - head/devel/gio-sharp

Antoine Brodin antoine at FreeBSD.org
Sat May 23 23:20:34 UTC 2015


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 at 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
 


More information about the svn-ports-head mailing list