mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
f9b7999bd5
* 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.
12 lines
250 B
Plaintext
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"
|