svn commit: r546668 - head/audio/arss
Tobias C. Berner
tcberner at FreeBSD.org
Thu Aug 27 19:10:17 UTC 2020
Author: tcberner
Date: Thu Aug 27 19:10:10 2020
New Revision: 546668
URL: https://svnweb.freebsd.org/changeset/ports/546668
Log:
audio/arss: fix with recent current
Modified:
head/audio/arss/Makefile
Modified: head/audio/arss/Makefile
==============================================================================
--- head/audio/arss/Makefile Thu Aug 27 19:07:40 2020 (r546667)
+++ head/audio/arss/Makefile Thu Aug 27 19:10:10 2020 (r546668)
@@ -16,6 +16,9 @@ LIB_DEPENDS= libfftw3.so:math/fftw3
USES= cmake:insource localbase:ldflags
USE_LDCONFIG= ${PREFIX}/lib
+# Fix with clang11. Seems dead upstream. Don't expect a proper fix.
+CFLAGS+= -fcommon
+
WRKSRC_SUBDIR= src
PLIST_FILES= bin/arss
More information about the svn-ports-all
mailing list