diff options
author | 2013-04-26 14:48:54 -0400 | |
---|---|---|
committer | 2013-04-26 14:48:54 -0400 | |
commit | 6f7d37b3f5c805594f098bd61786a76f8d8773f9 (patch) | |
tree | a41fed9b34bf194dd152c3e8d7fba8ce31de7693 /src | |
parent | 7af4f16f84188cc49f51aafeb2b3ac42957f04bf (diff) | |
download | textadept-6f7d37b3f5c805594f098bd61786a76f8d8773f9.tar.gz textadept-6f7d37b3f5c805594f098bd61786a76f8d8773f9.zip |
Fixed compilation error for CDK on Mac OSX.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 2 |
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 |