Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 May 2015 23:41:20 +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: r387194 - head/audio/taglib-sharp
Message-ID:  <201505232341.t4NNfKfB070687@svn.freebsd.org>

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

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

Modified:
  head/audio/taglib-sharp/Makefile

Modified: head/audio/taglib-sharp/Makefile
==============================================================================
--- head/audio/taglib-sharp/Makefile	Sat May 23 23:37:40 2015	(r387193)
+++ head/audio/taglib-sharp/Makefile	Sat May 23 23:41:20 2015	(r387194)
@@ -10,6 +10,7 @@ MAINTAINER=	mono@FreeBSD.org
 COMMENT=	Tagging library for the Mono framework
 
 GNU_CONFIGURE=	yes
+CONFIGURE_ENV=	ac_cv_path_MCS=${LOCALBASE}/bin/mcs
 USES=		gmake mono pathfix pkgconfig
 
 PLIST_SUB+=	PORTVERSION="${PORTVERSION}" \



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