Date: Thu, 16 Aug 2018 05:03:33 +0000 (UTC) From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477307 - head/mail/libdkim Message-ID: <201808160503.w7G53Xpk023811@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dinoex Date: Thu Aug 16 05:03:33 2018 New Revision: 477307 URL: https://svnweb.freebsd.org/changeset/ports/477307 Log: - fix build for FreeBSD 11.2 and FreeBSD 12.0 Modified: head/mail/libdkim/Makefile Modified: head/mail/libdkim/Makefile ============================================================================== --- head/mail/libdkim/Makefile Thu Aug 16 01:51:04 2018 (r477306) +++ head/mail/libdkim/Makefile Thu Aug 16 05:03:33 2018 (r477307) @@ -12,6 +12,7 @@ COMMENT= DKIM (DomainKeys Identified Mail) library LICENSE= APACHE20 USES= uidfix zip ssl +CXXFLAGS+= -std=gnu++98 USE_LDCONFIG= YES SHLIB_MAJOR= 1 PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808160503.w7G53Xpk023811>