diff options
Diffstat (limited to 'games/nlarn/files/patch-Makefile')
-rw-r--r-- | games/nlarn/files/patch-Makefile | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/games/nlarn/files/patch-Makefile b/games/nlarn/files/patch-Makefile index decaab43299a..f0b3412668e4 100644 --- a/games/nlarn/files/patch-Makefile +++ b/games/nlarn/files/patch-Makefile @@ -1,6 +1,15 @@ --- Makefile.orig 2020-05-23 06:13:27 UTC +++ Makefile -@@ -104,7 +104,7 @@ LDFLAGS += $(shell pkg-config --libs glib-2.0) +@@ -57,7 +57,7 @@ DEFINES += -DG_DISABLE_DEPRECATED + + # Definitions required regardless of host OS + DEFINES += -DG_DISABLE_DEPRECATED +-CFLAGS += -std=c99 -Wall -Wextra -Werror -Iinc -Iinc/external ++CFLAGS += -std=c99 -Wall -Wextra -Iinc -Iinc/external + LDFLAGS += -lz -lm + + ifneq (,$(findstring MINGW, $(MSYSTEM))) +@@ -104,7 +104,7 @@ ifneq ($(SDLPDCURSES),Y) # Unless requested otherwise build with curses. ifneq ($(SDLPDCURSES),Y) |