Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 May 2015 23:37:41 +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: r387193 - head/devel/google-gdata
Message-ID:  <201505232337.t4NNbf3b067685@svn.freebsd.org>

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

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

Modified:
  head/devel/google-gdata/Makefile

Modified: head/devel/google-gdata/Makefile
==============================================================================
--- head/devel/google-gdata/Makefile	Sat May 23 23:30:23 2015	(r387192)
+++ head/devel/google-gdata/Makefile	Sat May 23 23:37:40 2015	(r387193)
@@ -16,6 +16,7 @@ BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgc
 
 USES=		dos2unix gmake mono
 DOS2UNIX_FILES=	Makefile misc/gdata-sharp-core.pc.in
+MAKE_ARGS=	CSC=${LOCALBASE}/bin/mcs
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/Makefile



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