diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-27 20:34:48 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-27 20:34:48 +0000 |
commit | b9741724405f544a72c5b8003eaf7a723257b178 (patch) | |
tree | 94a5b9ab6d33adca0ea48f3d332f1d4ed6576d73 /games/biniax2/Makefile | |
parent | 0ff563c818fdf5c3ac352daeb3275c49d747847d (diff) |
Notes
Diffstat (limited to 'games/biniax2/Makefile')
-rw-r--r-- | games/biniax2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/biniax2/Makefile b/games/biniax2/Makefile index 31b36d20a558..97f8d019b9dd 100644 --- a/games/biniax2/Makefile +++ b/games/biniax2/Makefile @@ -20,6 +20,9 @@ USES= dos2unix sdl DOS2UNIX_FILES= biniax.c NO_WRKSUBDIR= yes +# Fix build with clang11 +CFLAGS+= -fcommon + PLIST_FILES= bin/${PORTNAME} PORTDATA= * |