svn commit: r547039 - head/multimedia/msdl
Ashish SHUKLA
ashish at FreeBSD.org
Sun Aug 30 08:58:48 UTC 2020
Author: ashish
Date: Sun Aug 30 08:58:47 2020
New Revision: 547039
URL: https://svnweb.freebsd.org/changeset/ports/547039
Log:
- Fix building on -CURRENT
Modified:
head/multimedia/msdl/Makefile
Modified: head/multimedia/msdl/Makefile
==============================================================================
--- head/multimedia/msdl/Makefile Sun Aug 30 08:10:48 2020 (r547038)
+++ head/multimedia/msdl/Makefile Sun Aug 30 08:58:47 2020 (r547039)
@@ -17,4 +17,7 @@ GNU_CONFIGURE= yes
PLIST_FILES= bin/msdl \
man/man1/msdl.1.gz
+# Fix build with clang11
+CFLAGS+= -fcommon
+
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list