aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorlkoeller <lkoeller@FreeBSD.org>2002-02-21 03:20:01 +0800
committerlkoeller <lkoeller@FreeBSD.org>2002-02-21 03:20:01 +0800
commitaba67b243ea65353c4ec5611219e5c8b9a900f42 (patch)
tree0772541377f7f6e5a6d365e5dcb46f951cd8e823 /print
parent02bb60a7dd6c44d6ab7158a126d447404a19c650 (diff)
downloadfreebsd-ports-gnome-aba67b243ea65353c4ec5611219e5c8b9a900f42.tar.gz
freebsd-ports-gnome-aba67b243ea65353c4ec5611219e5c8b9a900f42.tar.zst
freebsd-ports-gnome-aba67b243ea65353c4ec5611219e5c8b9a900f42.zip
* This fixes the problem where fig2dev uses the "transparentimage" code
for JPEG images, which is only supposed to be used for GIF. * I get this patch from the author of transfig after reporting some problems with jpeg embedded into PS files generated with xfig.
Diffstat (limited to 'print')
-rw-r--r--print/transfig/files/patch-bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/print/transfig/files/patch-bb b/print/transfig/files/patch-bb
new file mode 100644
index 000000000000..0501f3688635
--- /dev/null
+++ b/print/transfig/files/patch-bb
@@ -0,0 +1,12 @@
+*** fig2dev/dev/readjpg.c.orig Tue Dec 21 09:52:00 1999
+--- fig2dev/dev/readjpg.c Tue Jun 19 08:53:20 2001
+***************
+*** 39,44 ****
+--- 39,45 ----
+ {
+
+ *llx = *lly = 0;
++ pic->transp = -1;
+ pict = pic; /* for global access to the object */
+ if (!read_JPEG_file(file))
+ return 0;