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
This commit is contained in:
Dirk Stoecker 2014-02-26 20:02:33 +00:00 committed by Git OBS Bridge
parent 0cbd05ca3c
commit d7c31e6a96

View File

@ -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