diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-10-28 10:17:29 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-10-28 10:17:29 +0000 |
commit | 787f2ada2f4cc27c36c728602edc35e866ed2184 (patch) | |
tree | 280149a2c1ec9b61abe08835f0719dcb3cf97937 /gnome-base/ORBit/files | |
parent | use gnome.org eclass for SRC_URI (diff) | |
download | gentoo-2-787f2ada2f4cc27c36c728602edc35e866ed2184.tar.gz gentoo-2-787f2ada2f4cc27c36c728602edc35e866ed2184.tar.bz2 gentoo-2-787f2ada2f4cc27c36c728602edc35e866ed2184.zip |
remove old patch
Diffstat (limited to 'gnome-base/ORBit/files')
-rw-r--r-- | gnome-base/ORBit/files/alloca.diff | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gnome-base/ORBit/files/alloca.diff b/gnome-base/ORBit/files/alloca.diff deleted file mode 100644 index c77c6fa97c64..000000000000 --- a/gnome-base/ORBit/files/alloca.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 - |