aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/xv/files/patch-ad
diff options
context:
space:
mode:
authorMatthew Hunt <mph@FreeBSD.org>1998-08-27 18:27:45 +0000
committerMatthew Hunt <mph@FreeBSD.org>1998-08-27 18:27:45 +0000
commita9004e4e654e08bb0780f91d03a8396cc9034917 (patch)
tree40d7a61f817a8be13f503e3a392bb7daa42de637 /graphics/xv/files/patch-ad
parent58337fe7a8e4c9a29a74368879bc9865d13b76bd (diff)
Make Shigeyuki FUKUSHIMA the new maintainer (was ports@freebsd.org).
Add Japanese enhancements (including some Japanese file formats). Update or add various patches, including PNG, multi-page TIFF, and PDF. PR: 7751 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
Diffstat (limited to 'graphics/xv/files/patch-ad')
-rw-r--r--graphics/xv/files/patch-ad32
1 files changed, 28 insertions, 4 deletions
diff --git a/graphics/xv/files/patch-ad b/graphics/xv/files/patch-ad
index 9013389700cd..72fb0c1bf26b 100644
--- a/graphics/xv/files/patch-ad
+++ b/graphics/xv/files/patch-ad
@@ -1,5 +1,5 @@
---- ./Imakefile.org Fri Jan 13 12:24:01 1995
-+++ ./Imakefile Wed Jul 5 03:32:57 1995
+--- Imakefile.orig Thu Aug 27 04:53:33 1998
++++ Imakefile Thu Aug 27 04:54:22 1998
@@ -6,13 +6,15 @@
/* if, for whatever reason, you're unable to get the JPEG library to compile
* on your machine, *COMMENT OUT* the following line
@@ -18,7 +18,7 @@
/* if, for whatever reason, you're unable to get the PDS/VICAR support
-@@ -119,16 +121,30 @@
+@@ -124,16 +126,30 @@
JPEG = -DDOJPEG
JPEGDIR = jpeg
LIBJPEG = $(JPEGDIR)/libjpeg.a
@@ -49,7 +49,7 @@
#ifdef HavePDS
PDS = -DDOPDS
#endif
-@@ -142,8 +158,8 @@
+@@ -149,8 +165,8 @@
#endif
@@ -60,3 +60,27 @@
DEFINES= $(SCO) $(UNIX) $(NODIRENT) $(VPRINTF) $(TIMERS) \
$(HPUX7) $(JPEG) $(TIFF) $(PDS) $(DXWM) $(RAND) \
+@@ -254,10 +270,10 @@
+ #endif
+
+
+-NormalProgramTarget(xv,$(OBJS1),$(DEPLIBS),$(LOCAL_LIBRARIES),)
+-NormalProgramTarget(bggen,$(OBJS2),$(DEPLIBS),$(LOCAL_LIBRARIES),)
+-NormalProgramTarget(xcmap,$(OBJS4),$(DEPLIBS),$(LOCAL_LIBRARIES),)
+-NormalProgramTarget(xvpictoppm,$(OBJS5),$(DEPLIBS),$(LOCAL_LIBRARIES),)
++NormalProgramTarget(xv,$(OBJS1),$(DEPLIBS),$(LOCAL_LIBRARIES),-lxpg4)
++NormalProgramTarget(bggen,$(OBJS2),$(DEPLIBS),$(LOCAL_LIBRARIES),-lxpg4)
++NormalProgramTarget(xcmap,$(OBJS4),$(DEPLIBS),$(LOCAL_LIBRARIES),-lxpg4)
++NormalProgramTarget(xvpictoppm,$(OBJS5),$(DEPLIBS),$(LOCAL_LIBRARIES),-lxpg4)
+
+
+ InstallProgram(xv,$(BINDIR))
+@@ -266,7 +282,7 @@
+ InstallProgram(xvpictoppm,$(BINDIR))
+
+ #ifdef HavePDS
+-NormalProgramTarget(vdcomp,$(OBJS3),$(DEPLIBS),$(LOCAL_LIBRARIES),)
++NormalProgramTarget(vdcomp,$(OBJS3),$(DEPLIBS),$(LOCAL_LIBRARIES),-lxpg4)
+ InstallProgram(vdcomp,$(BINDIR))
+ #endif
+