Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jan 2020 20:15:07 +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: r523064 - head/mail/s-nail
Message-ID:  <202001142015.00EKF77L056026@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Tue Jan 14 20:15:07 2020
New Revision: 523064
URL: https://svnweb.freebsd.org/changeset/ports/523064

Log:
  mail/s-nail: fix build on GCC architectures
  
  C11 compiler is necessary:
  utf.c:(.opd+0x0): multiple definition of `su_state_get'
  mx-001.o:accmacvar.c:(.opd+0x0): first defined here

Modified:
  head/mail/s-nail/Makefile

Modified: head/mail/s-nail/Makefile
==============================================================================
--- head/mail/s-nail/Makefile	Tue Jan 14 20:03:59 2020	(r523063)
+++ head/mail/s-nail/Makefile	Tue Jan 14 20:15:07 2020	(r523064)
@@ -19,7 +19,7 @@ LICENSE_PERMS_RSA=	dist-mirror dist-sell pkg-mirror pk
 LIB_DEPENDS=	libidn2.so:dns/libidn2
 RUN_DEPENDS=	mime-support>0:misc/mime-support
 
-USES=		iconv localbase ssl tar:xz
+USES=		compiler:c11 iconv localbase ssl tar:xz
 
 PLIST_FILES=	bin/s-nail \
 		"@sample etc/s-nail.rc.sample" \



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