aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2013-04-26 14:48:54 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2013-04-26 14:48:54 -0400
commit6f7d37b3f5c805594f098bd61786a76f8d8773f9 (patch)
treea41fed9b34bf194dd152c3e8d7fba8ce31de7693 /src
parent7af4f16f84188cc49f51aafeb2b3ac42957f04bf (diff)
downloadtextadept-6f7d37b3f5c805594f098bd61786a76f8d8773f9.tar.gz
textadept-6f7d37b3f5c805594f098bd61786a76f8d8773f9.zip
Fixed compilation error for CDK on Mac OSX.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
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