freebsd-ports/games/cataclysm-dda/files/patch-Makefile
Steve Wills 6b91da65fe games/cataclysm-dda: update, fix build, add SDL option
While here, give maintainership to submitter

PR:		226418
Submitted by:	Greg V <greg@unrelenting.technology>
2018-09-20 05:04:03 +00:00

10 lines
246 B
Text

--- Makefile.orig 2018-07-11 20:54:11 UTC
+++ Makefile
@@ -613,7 +613,7 @@ ifeq ($(BSD), 1)
# And similarly, their libcs don't have gettext built in
ifeq ($(LOCALIZE),1)
- LDFLAGS += -lintl -liconv
+ LDFLAGS += -lintl
endif
endif