]> git.pld-linux.org Git - packages/evince.git/commitdiff
- redirect gs --version output from stderr to stdout
authorArtur Frysiak <artur@frysiak.net>
Sat, 5 Mar 2005 17:47:09 +0000 (17:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    evince-gs8.patch -> 1.1

evince-gs8.patch [new file with mode: 0644]

diff --git a/evince-gs8.patch b/evince-gs8.patch
new file mode 100644 (file)
index 0000000..9532407
--- /dev/null
@@ -0,0 +1,11 @@
+--- evince-0.1.6/configure.ac.wiget    2005-03-05 15:34:24.868628085 +0100
++++ evince-0.1.6/configure.ac  2005-03-05 15:46:37.530335700 +0100
+@@ -90,7 +90,7 @@
+ dnl check for GS version
+ AC_MSG_CHECKING(for Ghostscript version...)
+-GS_VERSION=`gs --version | head -n 1 | sed 's/\([[0-9]]*\)\.\([[0-9]]*\).*/\1/'`
++GS_VERSION=`gs --version 2>&1| head -n 1 | sed 's/\([[0-9]]*\)\.\([[0-9]]*\).*/\1/'`
+ AC_MSG_RESULT(found $GS_VERSION)
+ if test "$GS_VERSION" -lt "7"; then
+       AC_MSG_ERROR([You need Ghostscript version >= 7 in order to run evince])
This page took 0.147577 seconds and 4 git commands to generate.