diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-27 20:01:19 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-27 20:01:19 +0000 |
commit | 04673929a67e54e263994a3bdbf491b8b8d46cb8 (patch) | |
tree | ba4e730d290178a5e4fc299fb16cadf1d51de6f3 | |
parent | c0fac3c2a0b46cc972f4c4a20d053456daf0e02d (diff) | |
download | ports-04673929a67e54e263994a3bdbf491b8b8d46cb8.tar.gz ports-04673929a67e54e263994a3bdbf491b8b8d46cb8.zip |
Notes
-rw-r--r-- | multimedia/avinfo/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/multimedia/avinfo/Makefile b/multimedia/avinfo/Makefile index 1b5d484e8ba7..c9bc109b560d 100644 --- a/multimedia/avinfo/Makefile +++ b/multimedia/avinfo/Makefile @@ -15,6 +15,9 @@ USES= bison gmake WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +# Fix build with clang11. Seems dead upstream. +CFLAGS+= -fcommon + PLIST_FILES= bin/${PORTNAME} \ man/man1/${PORTNAME}.1.gz |