aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2013-04-21 12:10:50 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2013-04-21 12:10:50 -0400
commit9e97b8fa01638740f1ab2880a6a72bd1275c6fd6 (patch)
treec41e417fc4dad3194313578e7925b0dc08b588bb
parent9aea1fe882e71b77f99a1e8049abfb5ffa327f5a (diff)
downloadtextadept-9e97b8fa01638740f1ab2880a6a72bd1275c6fd6.tar.gz
textadept-9e97b8fa01638740f1ab2880a6a72bd1275c6fd6.zip
Fixed compilation error for latest Scinterm; src/Makefile
Requires Scinterm r51.
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index f222f0fd..dcc5e7c8 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -61,7 +61,7 @@ ifneq (, $(or $(findstring Linux, $(kernel)), $(findstring BSD, $(kernel))))
--libs gtk+-2.0 gmodule-2.0 gtk-mac-integration) \
-framework Cocoa
else
- plat_flag = -DCURSES
+ plat_flag = -DCURSES -D_XOPEN_SOURCE_EXTENDED
curses_libs = -lncurses
endif
libluajit = libluajit.osx.a