summaryrefslogtreecommitdiff
path: root/graphics/xv
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2004-11-15 05:19:30 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2004-11-15 05:19:30 +0000
commita787f0b0758f9b6d92f3c10d2621440a61b1977e (patch)
tree74196deef164c8bc31ec614fc52cd43fcb949f20 /graphics/xv
parentUpdate to 1.4.5. (diff)
farewell to libxpg4.
Notes
Notes: svn path=/head/; revision=121637
Diffstat (limited to 'graphics/xv')
-rw-r--r--graphics/xv/files/patch-ad27
1 files changed, 3 insertions, 24 deletions
diff --git a/graphics/xv/files/patch-ad b/graphics/xv/files/patch-ad
index 776bffa91580..ea06f11a1925 100644
--- a/graphics/xv/files/patch-ad
+++ b/graphics/xv/files/patch-ad
@@ -1,5 +1,5 @@
---- Imakefile.orig Thu Jun 14 00:25:24 2001
-+++ Imakefile Thu Jun 14 00:26:01 2001
+--- Imakefile.orig Mon Nov 15 10:27:12 2004
++++ Imakefile Mon Nov 15 10:28:32 2004
@@ -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
@@ -65,28 +65,7 @@
INCLUDES = $(JPEGINCLUDE) $(TIFFINCLUDE)
-@@ -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,16 +282,16 @@
- InstallProgram(xvpictoppm,$(BINDIR))
-
- #ifdef HavePDS
--NormalProgramTarget(vdcomp,$(OBJS3),$(DEPLIBS),$(LOCAL_LIBRARIES),)
-+NormalProgramTarget(vdcomp,$(OBJS3),$(DEPLIBS),$(LOCAL_LIBRARIES),-lxpg4)
- InstallProgram(vdcomp,$(BINDIR))
+@@ -271,11 +287,11 @@
#endif