summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-08-10 00:39:26 +0000
committerMike Frysinger <vapier@gentoo.org>2004-08-10 00:39:26 +0000
commit6a94486f404ffa56a9358c7f61de49323402c968 (patch)
treedc9b29727fbf6e1832f0d898a744ccb20af8980b /app-editors/hexcurse/files
parentVersion bump #59773 by Jens Braeuer. (diff)
downloadhistorical-6a94486f404ffa56a9358c7f61de49323402c968.tar.gz
historical-6a94486f404ffa56a9358c7f61de49323402c968.tar.bz2
historical-6a94486f404ffa56a9358c7f61de49323402c968.zip
Add gcc-3.4 patch by Aard Keimpema #59845.
Diffstat (limited to 'app-editors/hexcurse/files')
-rw-r--r--app-editors/hexcurse/files/1.55-gcc.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/app-editors/hexcurse/files/1.55-gcc.patch b/app-editors/hexcurse/files/1.55-gcc.patch
new file mode 100644
index 000000000000..5e1eade3a467
--- /dev/null
+++ b/app-editors/hexcurse/files/1.55-gcc.patch
@@ -0,0 +1,11 @@
+--- src/getopt.c.orig 2002-03-21 17:55:54.000000000 +0100
++++ src/getopt.c 2004-08-09 12:52:39.592951560 +0200
+@@ -36,8 +36,6 @@
+ * enables hexcurse to be compiled with SGI's proprietary compiler */
+ #ifdef _SGIAPI
+ #include <alloca.h>
+-#else
+-char *alloca ();
+ #endif
+ #define __alloca alloca
+ /* end of modification */