svn commit: r500200 - head/mail/milter-manager

Piotr Kubaj pkubaj at FreeBSD.org
Sat Apr 27 08:49:06 UTC 2019


Author: pkubaj
Date: Sat Apr 27 08:49:04 2019
New Revision: 500200
URL: https://svnweb.freebsd.org/changeset/ports/500200

Log:
  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

Modified:
  head/mail/milter-manager/Makefile

Modified: head/mail/milter-manager/Makefile
==============================================================================
--- head/mail/milter-manager/Makefile	Sat Apr 27 08:46:32 2019	(r500199)
+++ head/mail/milter-manager/Makefile	Sat Apr 27 08:49:04 2019	(r500200)
@@ -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 \


More information about the svn-ports-all mailing list