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:
parent
0cbd05ca3c
commit
d7c31e6a96
2
vim.spec
2
vim.spec
@ -235,7 +235,7 @@ autoconf
|
|||||||
popd
|
popd
|
||||||
|
|
||||||
# build vim
|
# 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
|
sed -i -e 's|define HAVE_DATE_TIME 1|undef HAVE_DATE_TIME|' src/auto/config.h
|
||||||
%make
|
%make
|
||||||
cp src/vim vim
|
cp src/vim vim
|
||||||
|
Loading…
Reference in New Issue
Block a user