[PATCH] lang/mono: fix build when devel/libinotify is installed
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun May 6 07:38:45 UTC 2012
>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 at 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 ---
More information about the freebsd-mono
mailing list