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
This commit is contained in:
parent
bf6aa4f49e
commit
82be2fc366
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=500200
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue