summaryrefslogtreecommitdiff
path: root/lang/pike76/files/patch-stralloc.c
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2006-01-08 02:52:06 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2006-01-08 02:52:06 +0000
commit6a457a9741eff328af80dc41166ee9b837fefd39 (patch)
treebb707c9afb5567dac6e4e8d1b625041a6830f997 /lang/pike76/files/patch-stralloc.c
parentRemove ONLY_FOR_ARCHS. libdrm seems to build fine on at least sparc64 (diff)
1: Upgrade to 7.6.64.
2: use ONLY_FOR_ARCHS, and it's compileable on my amd64 box. PR: ports/91452 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=153039
Diffstat (limited to 'lang/pike76/files/patch-stralloc.c')
-rw-r--r--lang/pike76/files/patch-stralloc.c28
1 files changed, 0 insertions, 28 deletions
diff --git a/lang/pike76/files/patch-stralloc.c b/lang/pike76/files/patch-stralloc.c
deleted file mode 100644
index 50c28ad6bd4e..000000000000
--- a/lang/pike76/files/patch-stralloc.c
+++ /dev/null
@@ -1,28 +0,0 @@
---- src/stralloc.c.old Fri Nov 18 11:06:05 2005
-+++ src/stralloc.c Fri Nov 18 11:06:10 2005
-@@ -2,7 +2,7 @@
- || This file is part of Pike. For copyright information see COPYRIGHT.
- || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
- || for more information.
--|| $Id: stralloc.c,v 1.169 2005/01/19 13:06:57 grubba Exp $
-+|| $Id: stralloc.c,v 1.170 2005/11/18 01:14:22 nilsson Exp $
- */
-
- #include "global.h"
-@@ -24,7 +24,7 @@
- #include <ctype.h>
- #include <math.h>
-
--RCSID("$Id: stralloc.c,v 1.169 2005/01/19 13:06:57 grubba Exp $");
-+RCSID("$Id: stralloc.c,v 1.170 2005/11/18 01:14:22 nilsson Exp $");
-
- /* #define STRALLOC_USE_PRIMES */
-
-@@ -1596,6 +1596,7 @@
- add_ref(a = old);
- } else {
- link_pike_string(a, a->hval);
-+ add_ref(a);
- }
- return a;
- }else{