summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-04-27 08:49:04 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-04-27 08:49:04 +0000
commit82be2fc366b191c4c58e7cc58e53a66b5bc03811 (patch)
tree1dfe1515c9bee479c07d9795de20780685143eaf
parentscience/massxpert: fix build with GCC-based architectures (diff)
mail/milter-manager: fix build with GCC-based architectures
Add USES=compiler:c++11-lang to fix build on GCC architectures. Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D20068
Notes
Notes: svn path=/head/; revision=500200
-rw-r--r--mail/milter-manager/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/milter-manager/Makefile b/mail/milter-manager/Makefile
index bc1b1ea7db47..41d4d7577e5b 100644
--- a/mail/milter-manager/Makefile
+++ b/mail/milter-manager/Makefile
@@ -20,7 +20,7 @@ BUILD_DEPENDS= rubygem-glib2>0:devel/rubygem-glib2
LIB_DEPENDS= libev.so:devel/libev
RUN_DEPENDS= rubygem-glib2>0:devel/rubygem-glib2
-USES= gettext gmake libtool pathfix pkgconfig
+USES= compiler:c++11-lang gettext gmake libtool pathfix pkgconfig
USE_RC_SUBR= milter-manager
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libev \