diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-08-28 11:41:34 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-08-28 11:41:34 +0800 |
commit | d16078a19a92520be2e10e4deb2c1d8032833427 (patch) | |
tree | fedfea46e726bf5b0c9d7753694ba29b9360aa75 /graphics/evince/files/patch-configure | |
parent | fca0fdd6355d47a054676b71902471d4b4d37f52 (diff) | |
download | marcuscom-ports-d16078a19a92520be2e10e4deb2c1d8032833427.tar marcuscom-ports-d16078a19a92520be2e10e4deb2c1d8032833427.tar.gz marcuscom-ports-d16078a19a92520be2e10e4deb2c1d8032833427.tar.bz2 marcuscom-ports-d16078a19a92520be2e10e4deb2c1d8032833427.tar.lz marcuscom-ports-d16078a19a92520be2e10e4deb2c1d8032833427.tar.xz marcuscom-ports-d16078a19a92520be2e10e4deb2c1d8032833427.tar.zst marcuscom-ports-d16078a19a92520be2e10e4deb2c1d8032833427.zip |
Update to 2.19.4.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9479 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/evince/files/patch-configure')
-rw-r--r-- | graphics/evince/files/patch-configure | 24 |
1 files changed, 21 insertions, 3 deletions
diff --git a/graphics/evince/files/patch-configure b/graphics/evince/files/patch-configure index dc2323992..9ca1314d6 100644 --- a/graphics/evince/files/patch-configure +++ b/graphics/evince/files/patch-configure @@ -1,6 +1,15 @@ ---- configure.orig Mon Dec 18 18:05:50 2006 -+++ configure Mon Dec 18 18:06:30 2006 -@@ -25315,7 +25315,7 @@ else +--- configure.orig 2007-08-27 23:27:26.000000000 -0400 ++++ configure 2007-08-27 23:29:35.000000000 -0400 +@@ -25411,7 +25411,7 @@ fi + + + +-for ac_header in execinfo.h ++for ac_header in # + do + as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` + if eval "test \"\${$as_ac_Header+set}\" = set"; then +@@ -26204,7 +26204,7 @@ else echo "${ECHO_T}yes" >&6 enable_cairo_pdf=yes fi @@ -9,3 +18,12 @@ cat >>confdefs.h <<\_ACEOF #define HAVE_CAIRO_PDF 1 +@@ -26283,7 +26283,7 @@ else + echo "${ECHO_T}yes" >&6 + enable_cairo_ps=yes + fi +- if test x$enable_cairo_ps == xyes; then ++ if test x$enable_cairo_ps = xyes; then + + cat >>confdefs.h <<\_ACEOF + #define HAVE_CAIRO_PS 1 |