1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Fix building on -CURRENT

This commit is contained in:
Ashish SHUKLA 2020-08-30 08:58:47 +00:00
parent 65f2639552
commit 0b9b71f1f2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=547039

View File

@ -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>