diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-02-16 14:11:45 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-02-16 14:11:45 +0000 |
commit | 66ec263b7b3ab86c8b9b4bb9caef9557bd866b60 (patch) | |
tree | 5fdcb7b9afac86827123e1cee778da3abbbdc9f5 /cad/gtkwave/files | |
parent | 0fe1dd303a05cd7c5a78f60302b68c446726e6ff (diff) |
Notes
Diffstat (limited to 'cad/gtkwave/files')
-rw-r--r-- | cad/gtkwave/files/patch-alloc.h | 25 | ||||
-rw-r--r-- | cad/gtkwave/files/patch-configure | 10 | ||||
-rw-r--r-- | cad/gtkwave/files/patch-main.c | 11 | ||||
-rw-r--r-- | cad/gtkwave/files/patch-print.c | 10 | ||||
-rw-r--r-- | cad/gtkwave/files/patch-v2l_debug.h | 17 |
5 files changed, 10 insertions, 63 deletions
diff --git a/cad/gtkwave/files/patch-alloc.h b/cad/gtkwave/files/patch-alloc.h deleted file mode 100644 index 7793421c51bc..000000000000 --- a/cad/gtkwave/files/patch-alloc.h +++ /dev/null @@ -1,25 +0,0 @@ ---- src/alloc.h.orig Sun May 12 22:53:00 2002 -+++ src/alloc.h Sun May 12 22:53:27 2002 -@@ -39,22 +39,6 @@ - #define alloca _alloca - #endif - --#ifndef __GNUC__ --# if HAVE_ALLOCA_H --# include <alloca.h> --# else --# ifdef _AIX --# pragma alloca --# else --# ifndef alloca /* predefined by HP cc +Olibcalls */ --char *alloca (); --# endif --# endif --# endif --#else --# include <alloca.h> --#endif -- - #define wave_alloca alloca - - #endif diff --git a/cad/gtkwave/files/patch-configure b/cad/gtkwave/files/patch-configure new file mode 100644 index 000000000000..8b97032b3ef8 --- /dev/null +++ b/cad/gtkwave/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Wed Feb 5 20:37:21 2003 ++++ configure Mon Feb 10 21:26:17 2003 +@@ -7492,6 +7492,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/cad/gtkwave/files/patch-main.c b/cad/gtkwave/files/patch-main.c deleted file mode 100644 index a99c39f959f0..000000000000 --- a/cad/gtkwave/files/patch-main.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/main.c.orig Sun May 12 22:59:38 2002 -+++ src/main.c Sun May 12 22:59:51 2002 -@@ -62,7 +62,7 @@ - long lastpos; - long endpos; - long fsize; --long val_size; -+off_t val_size; - int no_of_reads; - struct stat finfo; - int is_initial_read = 0; diff --git a/cad/gtkwave/files/patch-print.c b/cad/gtkwave/files/patch-print.c deleted file mode 100644 index 9c5fd5e316b8..000000000000 --- a/cad/gtkwave/files/patch-print.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/print.c.orig Sun May 12 23:01:00 2002 -+++ src/print.c Sun May 12 23:01:42 2002 -@@ -36,7 +36,6 @@ - #include "analyzer.h" - #include "utils.h" - #include "bsearch.h" --#include "alloca.h" - #include "debug.h" - #include "strace.h" - #include "print.h" diff --git a/cad/gtkwave/files/patch-v2l_debug.h b/cad/gtkwave/files/patch-v2l_debug.h deleted file mode 100644 index 0844fe975dea..000000000000 --- a/cad/gtkwave/files/patch-v2l_debug.h +++ /dev/null @@ -1,17 +0,0 @@ ---- src/helpers/v2l_debug.h.orig Sat May 11 00:28:43 2002 -+++ src/helpers/v2l_debug.h Sat May 11 00:30:02 2002 -@@ -79,14 +79,6 @@ - * memory leaks because of it. you have been warned. - */ - --#ifndef __sun__ --#ifndef alloca --#define alloca __alloca --#endif --#else --#include <alloca.h> --#endif -- - #define wave_alloca alloca - - |