From 742001db54df386553de6c72bec85de24201042e Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sat, 16 Jun 2012 21:57:03 -0400 Subject: Fixed some compile warnings. --- src/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index faf0c31d..3741f461 100644 --- a/src/Makefile +++ b/src/Makefile @@ -8,9 +8,9 @@ CPP = g++ PKG_CONFIG = pkg-config PKG_CONFIG_PATH = $PKG_CONFIG_PATH ifndef NCURSES -PLAT_FLAGS = -DGTK +PLAT_FLAGS = -DGTK -D_XOPEN_SOURCE=700 else -PLAT_FLAGS = -DNCURSES +PLAT_FLAGS = -DNCURSES -D_XOPEN_SOURCE=700 endif ifdef BSD PLAT_FLAGS += -D__BSD__ @@ -128,7 +128,7 @@ endif ifndef NCURSES LIBS = $(GTKLIBS) else -LIBS = -lncursesw -lcdk +LIBS = -lncurses -lcdk endif TEXTADEPT_OBJS = textadept.o -- cgit v1.2.3