1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

- Fix build with -fno-common

PR:		251487
Submitted by:	greg@unrelenting.technology
This commit is contained in:
Dmitry Marakasov 2020-12-02 14:20:53 +00:00
parent 98b69c2743
commit 05acea08a3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=556825

View File

@ -22,6 +22,7 @@ USE_GL= gl
USE_SDL= sdl2 ttf2 USE_SDL= sdl2 ttf2
MAKE_ARGS+= DATADIR="${DATADIR}" \ MAKE_ARGS+= DATADIR="${DATADIR}" \
LOCALEDIR="${PREFIX}/share/locale" LOCALEDIR="${PREFIX}/share/locale"
CFLAGS+= -fcommon
PORTDOCS= * PORTDOCS= *
PORTDATA= * PORTDATA= *