Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Apr 2019 08:49:04 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r500200 - head/mail/milter-manager
Message-ID:  <201904270849.x3R8n4Ij005283@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904270849.x3R8n4Ij005283>