summaryrefslogtreecommitdiff
path: root/mbone/vic/files/patch-ax
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-29 03:41:33 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-29 03:41:33 +0000
commit59e4b7969b5077ac3a8a9f8eed7dc8dbe52e127d (patch)
tree3c800c34ec624a89ef5d66304b64d747897866c1 /mbone/vic/files/patch-ax
parentAdd the elided text patch from the TkMan distribution. (diff)
Update to Tcl/Tk version 8.2 and get this to build with gcc 2.95.
Submitted by: Ade Lovett <ade@lovett.com>
Notes
Notes: svn path=/head/; revision=23483
Diffstat (limited to '')
-rw-r--r--mbone/vic/files/patch-ax11
1 files changed, 11 insertions, 0 deletions
diff --git a/mbone/vic/files/patch-ax b/mbone/vic/files/patch-ax
new file mode 100644
index 000000000000..477fa0bbbc4c
--- /dev/null
+++ b/mbone/vic/files/patch-ax
@@ -0,0 +1,11 @@
+--- 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"