From af5aa67df5a5668938fefe636bb34aa9cc62f3fe Mon Sep 17 00:00:00 2001 From: ahodgkinson Date: Wed, 24 May 2006 20:12:39 +0000 Subject: [PATCH] Needed to link against ncurses when creating the OS X shared library. git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@456 0109f412-320b-0410-ab79-c3e0c5ffbbe6 --- ftk/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ftk/Makefile b/ftk/Makefile index e695ecd..45b3230 100644 --- a/ftk/Makefile +++ b/ftk/Makefile @@ -1009,7 +1009,7 @@ ifdef unix_target ifeq ($(target_os_family),osx) shared_lib_suffix = -$(major_version).$(so_current).dylib - lib_link_libs += -lstdc++ -ldl + lib_link_libs += -lstdc++ -ldl -lncurses exe_link_libs += -lstdc++ -ldl -lncurses shared_link_flags += -dynamiclib shared_link_flags += -current_version $(major_version).$(so_current).$(so_revision)