games/crawl: add support for MacOS/Darwin builds
games/crawl: Add support for darwin builds. Also, compression/advancecomp: Add support for darwin builds in meta (which already worked).
This commit is contained in:
@@ -1,6 +1,19 @@
|
||||
diff -ru3 crawl-ref-0.23.2-src-old/crawl-ref/source/Makefile crawl-ref-0.23.2-src-new/crawl-ref/source/Makefile
|
||||
--- crawl-ref-0.23.2-src-old/crawl-ref/source/Makefile 1970-01-01 03:00:01.000000000 +0300
|
||||
+++ crawl-ref-0.23.2-src-new/crawl-ref/source/Makefile 2017-07-27 14:45:34.611221571 +0300
|
||||
@@ -224,9 +224,9 @@
|
||||
STRIP := strip -x
|
||||
NEED_APPKIT = YesPlease
|
||||
LIBNCURSES_IS_UNICODE = Yes
|
||||
- NO_PKGCONFIG = Yes
|
||||
- BUILD_SQLITE = YesPlease
|
||||
- BUILD_ZLIB = YesPlease
|
||||
+ #NO_PKGCONFIG = Yes
|
||||
+ #BUILD_SQLITE = YesPlease
|
||||
+ #BUILD_ZLIB = YesPlease
|
||||
ifdef TILES
|
||||
EXTRA_LIBS += -framework AppKit -framework AudioUnit -framework CoreAudio -framework ForceFeedback -framework Carbon -framework IOKit -framework OpenGL -framework AudioToolbox -framework CoreVideo contrib/install/$(ARCH)/lib/libSDL2main.a
|
||||
BUILD_FREETYPE = YesPlease
|
||||
@@ -286,13 +286,7 @@
|
||||
LIBZ := contrib/install/$(ARCH)/lib/libz.a
|
||||
|
||||
|
||||
Reference in New Issue
Block a user