summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/gv/files/gv-3.6.1-landscape.patch')
-rw-r--r--app-text/gv/files/gv-3.6.1-landscape.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/app-text/gv/files/gv-3.6.1-landscape.patch b/app-text/gv/files/gv-3.6.1-landscape.patch
new file mode 100644
index 000000000000..b4e476046f77
--- /dev/null
+++ b/app-text/gv/files/gv-3.6.1-landscape.patch
@@ -0,0 +1,11 @@
+diff -ru gv-3.6.1/src/Ghostview.c gv-3.6.1J/src/Ghostview.c
+--- gv-3.6.1/src/Ghostview.c 2004-12-07 16:21:30.000000000 -0700
++++ gv-3.6.1J/src/Ghostview.c 2005-02-23 22:29:42.011240760 -0700
+@@ -1424,6 +1424,7 @@
+ while (isspace(*dptr)) dptr++;
+ }
+ argv[argc++] = "-dNOPAUSE";
++ argv[argc++] = "-g2x2"; // Avoid unwanted rotation of landscape pdf files
+ if (gvw->ghostview.quiet) argv[argc++] = "-dQUIET";
+ if (gvw->ghostview.safer)
+ {