From d7c31e6a96fa00addeeb91ab637c6c9251493bdc8b70de7df9c0d28d3a76c115 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Wed, 26 Feb 2014 20:02:33 +0000 Subject: [PATCH] Accepting request 223247 from home:robinroth:branches:editors This patch of the vim.spec file removes the "--without-x" flag and thus enables xterm_clipboard again, restoring features present in openSuSE 12.3. See also https://bugzilla.novell.com/show_bug.cgi?id=853072 OBS-URL: https://build.opensuse.org/request/show/223247 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=195 --- vim.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim.spec b/vim.spec index 9deb9c3..62e1079 100644 --- a/vim.spec +++ b/vim.spec @@ -235,7 +235,7 @@ autoconf popd # build vim -%configure ${COMMON_OPTIONS} --without-x --disable-gui --disable-gpm +%configure ${COMMON_OPTIONS} --disable-gui --disable-gpm sed -i -e 's|define HAVE_DATE_TIME 1|undef HAVE_DATE_TIME|' src/auto/config.h %make cp src/vim vim