diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2010-06-07 11:35:58 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-06-07 22:30:57 +0200 |
commit | 8cd06967b9beb025ca37f695f18beb6dc45d6a85 (patch) | |
tree | f185109b2d8f42d2e69536290636747111148a62 /package/gawk/gawk-3.1.5-gcc4.patch | |
parent | cffb9cf0d57c1422fd6f7d029b63e662f5fae347 (diff) | |
download | buildroot-novena-8cd06967b9beb025ca37f695f18beb6dc45d6a85.tar.gz buildroot-novena-8cd06967b9beb025ca37f695f18beb6dc45d6a85.zip |
gawk: bump version and migrate to autotargets
Closes #1933
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/gawk/gawk-3.1.5-gcc4.patch')
-rw-r--r-- | package/gawk/gawk-3.1.5-gcc4.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/package/gawk/gawk-3.1.5-gcc4.patch b/package/gawk/gawk-3.1.5-gcc4.patch deleted file mode 100644 index 3ebadcbe6..000000000 --- a/package/gawk/gawk-3.1.5-gcc4.patch +++ /dev/null @@ -1,23 +0,0 @@ -Sat Sep 3 16:03:25 EDT 2005 Kito Danya Dietrich <kito@gentoo.org> - - * hard-locale.h (hard_locale): Declare xmalloc in global scope rather than - function scope which gcc-4.x rejects. - ---- gawk-3.1.5/hard-locale.h -+++ gawk-3.1.5/hard-locale.h -@@ -21,6 +21,7 @@ - along with this program; if not, write to the Free Software Foundation, - Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ - -+static ptr_t xmalloc PARAMS ((size_t n)); - - /* Return nonzero if the current CATEGORY locale is hard, i.e. if you - can't get away with assuming traditional C or POSIX behavior. */ -@@ -40,7 +41,6 @@ - if (strcmp (p, "C") == 0 || strcmp (p, "POSIX") == 0) - hard = 0; - # else -- static ptr_t xmalloc PARAMS ((size_t n)); - - char *locale = xmalloc (strlen (p) + 1); - strcpy (locale, p); |