diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-27 18:14:13 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-27 18:14:13 +0000 |
commit | ce44d9d7154e4d5e2c9fdf2b1235d3e4d47a5c04 (patch) | |
tree | 12557d7148bf00d46b268b6148aef86cce1b5ad8 /misc | |
parent | 6ad879d62ab1900d2bc0834853b1a913ccc3ccdf (diff) | |
download | ports-ce44d9d7154e4d5e2c9fdf2b1235d3e4d47a5c04.tar.gz ports-ce44d9d7154e4d5e2c9fdf2b1235d3e4d47a5c04.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/amanda-server/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile index 1634e076b7fe..a375dfb8b05d 100644 --- a/misc/amanda-server/Makefile +++ b/misc/amanda-server/Makefile @@ -38,6 +38,8 @@ PKG_MESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message SUB_LIST= PORTSDIR=${PORTSDIR} +# Fix build with clang11 +CFLAGS+= -fcommon MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= GNUTAR |