1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/graphics/fxtv/files/patch-ac
Donald Burr f9b7999bd5 Upgrade fxtv to 0.47.
* change checksum and filename/version number in Makefile.
* change patch-ab to patch cleanly against new version.
* remove patch-aa -- it is no longer needed.
* add patch-ac to fix a small tiffio.h bogon in the source.
* add some new files to PLIST.
1998-06-07 08:54:25 +00:00

12 lines
250 B
Plaintext

--- imgsav.c.old Sun Jun 7 01:26:47 1998
+++ imgsav.c Sun Jun 7 01:26:56 1998
@@ -31,7 +31,7 @@
#include <stdio.h>
#include <stdlib.h>
-#include <tiffio34.h>
+#include <tiffio.h>
#include <assert.h>
#include <X11/X.h>
#include "tvdefines.h"