diff options
Diffstat (limited to 'dev-libs/pth/files/pth-1.4.0-sigstack.patch')
-rw-r--r-- | dev-libs/pth/files/pth-1.4.0-sigstack.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-libs/pth/files/pth-1.4.0-sigstack.patch b/dev-libs/pth/files/pth-1.4.0-sigstack.patch deleted file mode 100644 index 0e647c741702..000000000000 --- a/dev-libs/pth/files/pth-1.4.0-sigstack.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff -urNp pth-1.4.0.old/aclocal.m4 pth-1.4.0/aclocal.m4 ---- pth-1.4.0.old/aclocal.m4 2001-03-24 16:49:40.000000000 +0200 -+++ pth-1.4.0/aclocal.m4 2006-09-20 19:45:40.000000000 +0300 -@@ -1535,6 +1535,7 @@ int main(int argc, char *argv[]) - int sksize; - char result[1024]; - int i; -+exit (1); - sksize = 32768; - skbuf = (char *)malloc(sksize*2+2*sizeof(union alltypes)); - if (skbuf == NULL) -diff -urNp pth-1.4.0.old/configure pth-1.4.0/configure ---- pth-1.4.0.old/configure 2001-03-24 16:50:37.000000000 +0200 -+++ pth-1.4.0/configure 2006-09-20 19:45:21.000000000 +0300 -@@ -4054,6 +4054,7 @@ int main(int argc, char *argv[]) - int sksize; - char result[1024]; - int i; -+exit (1); - sksize = 32768; - skbuf = (char *)malloc(sksize*2+2*sizeof(union alltypes)); - if (skbuf == NULL) |