diff options
Diffstat (limited to 'app-text/gv/files/gv-3.6.1-scrollbar.patch')
-rw-r--r-- | app-text/gv/files/gv-3.6.1-scrollbar.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/app-text/gv/files/gv-3.6.1-scrollbar.patch b/app-text/gv/files/gv-3.6.1-scrollbar.patch deleted file mode 100644 index 7b2428335553..000000000000 --- a/app-text/gv/files/gv-3.6.1-scrollbar.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- gv-3.6.1/configure~ 2004-12-19 19:16:47.000000000 +0100 -+++ gv-3.6.1/configure 2005-10-31 16:11:27.000000000 +0100 -@@ -5354,12 +5354,12 @@ - { (exit 1); exit 1; }; } ;; - esac - else -- opt_scrollbar_code=false -+ opt_scrollbar_code=true - fi; - - - --if test x$debug = xtrue; then -+if test x$opt_scrollbar_code = xtrue; then - USE_SCROLLBAR_CODE_TRUE= - USE_SCROLLBAR_CODE_FALSE='#' - else |