openbsd-ports/x11/gnome/seed/patches/patch-modules_readline_Makefile_in
2011-09-22 08:03:12 +00:00

16 lines
614 B
Plaintext

$OpenBSD: patch-modules_readline_Makefile_in,v 1.3 2011/09/22 08:03:12 ajacoutot Exp $
Prevent undefined symbols from readline module.
--- modules/readline/Makefile.in.orig Thu Sep 22 06:31:36 2011
+++ modules/readline/Makefile.in Thu Sep 22 09:43:11 2011
@@ -339,7 +339,7 @@ top_srcdir = @top_srcdir@
@BUILD_READLINE_MODULE_TRUE@libseed_readline_la_LIBADD = \
@BUILD_READLINE_MODULE_TRUE@ $(top_builddir)/libseed/libseed@SEED_GTK_VERSION@.la \
-@BUILD_READLINE_MODULE_TRUE@ -lreadline \
+@BUILD_READLINE_MODULE_TRUE@ -lreadline -ltermcap \
@BUILD_READLINE_MODULE_TRUE@ $(SEED_PROFILE_LIBS)
all: all-am