summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorGrzegorz Blach <gblach@FreeBSD.org>2012-12-23 11:35:11 +0000
committerGrzegorz Blach <gblach@FreeBSD.org>2012-12-23 11:35:11 +0000
commitc9078cdad02092f2132391fa471a700a23caa7a0 (patch)
treede6d4923d1ea61e92d3ba773f7c327beb4fc45a9 /lang
parent- Upgrade to 1.2.0. (diff)
- Remove unneeded patches
Approved by: crees (mentor)
Notes
Notes: svn path=/head/; revision=309418
Diffstat (limited to 'lang')
-rw-r--r--lang/embryo/files/patch-src_lib_embryo_str.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/embryo/files/patch-src_lib_embryo_str.c b/lang/embryo/files/patch-src_lib_embryo_str.c
deleted file mode 100644
index 8749635f9534..000000000000
--- a/lang/embryo/files/patch-src_lib_embryo_str.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/lib/embryo_str.c.orig 2010-12-11 21:54:43.000000000 -0800
-+++ src/lib/embryo_str.c 2010-12-11 21:55:03.000000000 -0800
-@@ -9,7 +9,7 @@
-
- #ifdef HAVE_ALLOCA_H
- # include <alloca.h>
--#elif defined __GNUC__
-+#elif defined __GNUC__ && !defined __FreeBSD__
- # define alloca __builtin_alloca
- #elif defined _AIX
- # define alloca __alloca