diff options
author | Roger Hardiman <roger@FreeBSD.org> | 1999-09-07 09:53:09 +0000 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 1999-09-07 09:53:09 +0000 |
commit | 449ac889d3dab449184a54d55d749ac3538a490e (patch) | |
tree | 0f0a4cd8748e752f52801fb1add9915ce7db25a3 /graphics/fxtv/files | |
parent | a8688ffd51a69986c3651b9b0eb4c62cac544e0a (diff) | |
download | ports-449ac889d3dab449184a54d55d749ac3538a490e.tar.gz ports-449ac889d3dab449184a54d55d749ac3538a490e.zip |
Notes
Diffstat (limited to 'graphics/fxtv/files')
-rw-r--r-- | graphics/fxtv/files/patch-aa | 11 | ||||
-rw-r--r-- | graphics/fxtv/files/patch-ab | 11 | ||||
-rw-r--r-- | graphics/fxtv/files/patch-ac | 10 |
3 files changed, 0 insertions, 32 deletions
diff --git a/graphics/fxtv/files/patch-aa b/graphics/fxtv/files/patch-aa deleted file mode 100644 index 4525cb6bfa59..000000000000 --- a/graphics/fxtv/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- ORIG/Makefile Sat Jan 16 14:13:47 1999 -+++ Makefile Thu Feb 11 20:21:06 1999 -@@ -19,7 +19,7 @@ - endif - - override LDFLAGS = $(LD_INC) --override LIBS = -ltiff34 -lXaw3d -lXmu -lXt -lXpm -lSM -lICE \ -+override LIBS = -ltiff -lXaw3d -lXmu -lXt -lXpm -lSM -lICE \ - -lXext -lX11 -lm - ifeq ($(HAVE_XFREE86),YES) - override LIBS += -lXxf86dga -lXxf86vm diff --git a/graphics/fxtv/files/patch-ab b/graphics/fxtv/files/patch-ab deleted file mode 100644 index 9d861c66b429..000000000000 --- a/graphics/fxtv/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- xutil.c.orig Thu May 6 12:13:10 1999 -+++ xutil.c Thu May 6 01:41:39 1999 -@@ -666,7 +666,7 @@ - - /* Look up cached value */ - for ( i = 0; i < Vlist_len; i++ ) -- if ( Vlist[i].visualid = vi->visualid ) -+ if ( Vlist[i].visualid == vi->visualid ) - break; - - /* Didn't have a cached value? Go figure it out. */ diff --git a/graphics/fxtv/files/patch-ac b/graphics/fxtv/files/patch-ac deleted file mode 100644 index f0c5f9248daf..000000000000 --- a/graphics/fxtv/files/patch-ac +++ /dev/null @@ -1,10 +0,0 @@ ---- tvscreen.c.orig Wed Jul 28 17:26:15 1999 -+++ tvscreen.c Wed Jul 28 17:27:03 1999 -@@ -39,6 +39,7 @@ - #include <sys/shm.h> - #include <X11/Xlib.h> /* xf86dga.h needs this */ - #ifdef HAVE_XFREE86 -+# include <X11/Xproto.h> - # include <X11/extensions/xf86dga.h> - # include <X11/Xmd.h> /* xf86dgastr.h needs this */ - # include <X11/extensions/xf86dgastr.h> |