summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Goodyear <g2boojum@gentoo.org>2002-02-14 16:48:12 +0000
committerGrant Goodyear <g2boojum@gentoo.org>2002-02-14 16:48:12 +0000
commitfa2cb437c84c84d86913b41b5355146d6c63b94c (patch)
tree6cf062ef25387553309dc904737e088bb2741582 /gnome-base/ORBit/files
parentchango (diff)
downloadgentoo-2-fa2cb437c84c84d86913b41b5355146d6c63b94c.tar.gz
gentoo-2-fa2cb437c84c84d86913b41b5355146d6c63b94c.tar.bz2
gentoo-2-fa2cb437c84c84d86913b41b5355146d6c63b94c.zip
Whoops! Adding the important files.
Diffstat (limited to 'gnome-base/ORBit/files')
-rw-r--r--gnome-base/ORBit/files/alloca.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/gnome-base/ORBit/files/alloca.diff b/gnome-base/ORBit/files/alloca.diff
new file mode 100644
index 000000000000..c77c6fa97c64
--- /dev/null
+++ b/gnome-base/ORBit/files/alloca.diff
@@ -0,0 +1,11 @@
+--- src/ORBitutil/os-feature-alloca.h 2000-01-18 11:36:13.000000000 -0500
++++ src/ORBitutil/os-feature-alloca.h 2002-02-10 02:39:26.000000000 -0500
+@@ -9,7 +9,7 @@
+
+ # if defined(__GNUC__)
+
+-# if defined(__STRICT_ANSI__)
++# if defined(__STRICT_ANSI__) && !defined(alloca)
+ # define alloca __builtin_alloca
+ # endif
+