svn commit: r546376 - head/security/aescrypt
Tobias C. Berner
tcberner at FreeBSD.org
Thu Aug 27 17:40:04 UTC 2020
Author: tcberner
Date: Thu Aug 27 17:40:04 2020
New Revision: 546376
URL: https://svnweb.freebsd.org/changeset/ports/546376
Log:
security/aescrypt: fix build on recent current
Modified:
head/security/aescrypt/Makefile
Modified: head/security/aescrypt/Makefile
==============================================================================
--- head/security/aescrypt/Makefile Thu Aug 27 17:39:24 2020 (r546375)
+++ head/security/aescrypt/Makefile Thu Aug 27 17:40:04 2020 (r546376)
@@ -20,6 +20,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
GNU_CONFIGURE= yes
MAKE_ENV+= BINGRP=wheel
+# Upstream dead. Don't expect a proper fix.
+CFLAGS+= -fcommon
+
BINS= aescrypt aesget
OPTIONS_DEFINE= DOCS
More information about the svn-ports-all
mailing list