Date: Sun, 6 May 2012 15:38:13 +0800 (CST) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: FreeBSD-gnats-submit@freebsd.org Cc: mono@FreeBSD.org Subject: [PATCH] lang/mono: fix build when devel/libinotify is installed Message-ID: <3Vlf2Y1GJ0z31X@sunpoet.net>
next in thread | raw e-mail | index | archive | help
>Submitter-Id: current-users >Originator: Sunpoet Po-Chuan Hsieh >Organization: The FreeBSD Project >Confidential: no >Synopsis: [PATCH] lang/mono: fix build when devel/libinotify is installed >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 9.0-STABLE amd64 >Environment: System: FreeBSD bonjour.sunpoet.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Mon Apr 23 19:27:08 CST 2012 >Description: - Fix build when devel/libinotify is installed Port maintainer (mono@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- mono-2.11.1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/lang/mono/Makefile,v retrieving revision 1.101 diff -u -u -r1.101 Makefile --- Makefile 2 May 2012 18:16:19 -0000 1.101 +++ Makefile 6 May 2012 07:37:33 -0000 @@ -16,6 +16,7 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ bash:${PORTSDIR}/shells/bash +CONFIGURE_ENV= ac_cv_header_sys_inotify_h=no USE_BZIP2= yes USE_BISON= build USE_GNOME= gnomehack glib20 --- mono-2.11.1.patch ends here ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3Vlf2Y1GJ0z31X>