From 6f7d37b3f5c805594f098bd61786a76f8d8773f9 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 26 Apr 2013 14:48:54 -0400 Subject: Fixed compilation error for CDK on Mac OSX. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Makefile b/src/Makefile index dcc5e7c8..667c3833 100644 --- a/src/Makefile +++ b/src/Makefile @@ -131,7 +131,7 @@ ifneq (, $(or $(findstring Linux, $(kernel)), $(findstring BSD, $(kernel)))) # --libs gtk+-2.0) -framework Cocoa -lgtkmacintegration # .DEFAULT_GOAL := osx # #else -# # plat_flag = -DCURSES +# # plat_flag = -DCURSES -D_XOPEN_SOURCE_EXTENDED # # curses_libs = -lncurses # # .DEFAULT_GOAL := osx-curses # #endif -- cgit v1.2.3