From 9e97b8fa01638740f1ab2880a6a72bd1275c6fd6 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sun, 21 Apr 2013 12:10:50 -0400 Subject: Fixed compilation error for latest Scinterm; src/Makefile Requires Scinterm r51. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3