From bc57d89d01373aad06ed1a3d82dfd234b85a7274 Mon Sep 17 00:00:00 2001
From: mattijs <mattijs>
Date: Thu, 3 Jan 2013 16:13:16 +0000
Subject: [PATCH] COMP: setSet: extraneous library

---
 applications/utilities/mesh/manipulation/setSet/Allwmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/applications/utilities/mesh/manipulation/setSet/Allwmake b/applications/utilities/mesh/manipulation/setSet/Allwmake
index 3be0afc5955..0d586b6f941 100755
--- a/applications/utilities/mesh/manipulation/setSet/Allwmake
+++ b/applications/utilities/mesh/manipulation/setSet/Allwmake
@@ -14,7 +14,7 @@ if [ -f /usr/include/readline/readline.h -a "${1%NO_READLINE}" = "$1" ]
 then
     echo "Found <readline/readline.h>  --  enabling readline support."
     export COMP_FLAGS="-DHAS_READLINE"
-    export LINK_FLAGS="-lreadline -lncurses"
+    export LINK_FLAGS="-lreadline"
 fi
 
 wmake
-- 
GitLab