svn commit: r566954 - head/devel/libappindicator
Alexey Dokuchaev
danfe at FreeBSD.org
Tue Mar 2 14:29:43 UTC 2021
Author: danfe
Date: Tue Mar 2 14:29:43 2021
New Revision: 566954
URL: https://svnweb.freebsd.org/changeset/ports/566954
Log:
Unbreak the build when Mono is installed. Ideally MONO option should be
introduced with missing dependencies added, and this `post-patch' target
converted to `post-patch-MONO-off' (unfortunately, configure script does
not have --disable-mono switch or useful ac_cv_FOO variable which can be
passed via CONFIGURE_ENV).
Modified:
head/devel/libappindicator/Makefile
Modified: head/devel/libappindicator/Makefile
==============================================================================
--- head/devel/libappindicator/Makefile Tue Mar 2 14:28:22 2021 (r566953)
+++ head/devel/libappindicator/Makefile Tue Mar 2 14:29:43 2021 (r566954)
@@ -47,6 +47,10 @@ MAJOR_VER= 12.10.1
SNAPSHOT_VER= 18.04.20180322.1
PATCH_VER= 0ubuntu5
+post-patch:
+ @${REINPLACE_CMD} -e 's,has_mono=true,has_mono=disabled,' \
+ ${WRKSRC}/configure.ac
+
pre-configure:
cd ${WRKSRC} && ${SETENV} NOCONFIGURE=yes ${SH} ./autogen.sh
More information about the svn-ports-all
mailing list