diff options
author | sf <sf@FreeBSD.org> | 2004-11-15 05:19:30 +0000 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2004-11-15 05:19:30 +0000 |
commit | 637c2ffba645a93ef174fb26892d827fb66a958b (patch) | |
tree | a71dcc3c9fb974973b24ca685a852f299f979a29 /graphics | |
parent | d4093a2bf14c6d9d762ed9c0f276fa726fd84389 (diff) | |
download | FreeBSD-ports-637c2ffba645a93ef174fb26892d827fb66a958b.zip FreeBSD-ports-637c2ffba645a93ef174fb26892d827fb66a958b.tar.gz |
farewell to libxpg4.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xv/files/patch-ad | 27 |
1 files changed, 3 insertions, 24 deletions
diff --git a/graphics/xv/files/patch-ad b/graphics/xv/files/patch-ad index 776bffa..ea06f11 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 |