1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/mbone/vic/files/patch-ax
Steve Price 59e4b7969b Update to Tcl/Tk version 8.2 and get this to build with gcc 2.95.
Submitted by:	Ade Lovett <ade@lovett.com>
1999-11-29 03:41:33 +00:00

12 lines
254 B
Plaintext

--- p64/mkhuff.cc.orig Sun Nov 28 19:24:42 1999
+++ p64/mkhuff.cc Sun Nov 28 19:25:49 1999
@@ -45,6 +45,8 @@
extern "C" {
int getopt(int, char * const *, const char *);
}
+#else
+#include <unistd.h>
#endif
#define HUFFSTRINGS
#include "p64-huff.h"