From ec3fa3dffcb0f274915e6a1bb832d4cce24e5f90 Mon Sep 17 00:00:00 2001 From: Stefan Fiedler Date: Mon, 13 Mar 2006 12:09:28 +0000 Subject: [PATCH] Stefan Fiedler: dvorakng: fix linkage to static ncurses that dynamically links to libgpm Index: package/esden/dvorakng/ncurses-with-gpm-support.patch =================================================================== [2006011815411410215] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@7144 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/esden/dvorakng/ncurses-with-gpm-support.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/esden/dvorakng/ncurses-with-gpm-support.patch diff --git a/package/esden/dvorakng/ncurses-with-gpm-support.patch b/package/esden/dvorakng/ncurses-with-gpm-support.patch new file mode 100644 index 000000000..1e9240cd8 --- /dev/null +++ b/package/esden/dvorakng/ncurses-with-gpm-support.patch @@ -0,0 +1,11 @@ +--- ./Makefile~ 2003-04-25 23:52:48.000000000 +0200 ++++ ./Makefile 2006-01-18 14:59:10.000000000 +0100 +@@ -15,7 +15,7 @@ + CFLAGS = $(PROF) -fmessage-length=0 -Wall $(LIMIT_LENGTH) + CXXFLAGS = $(CFLAGS) + LDFLAGS = $(PROF) +-LIBS = -lncurses ++LIBS = -lncurses -ldl + + OBJECTS = dvorakng.o lessons.o + HEADERS = lessons.h