diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2009-01-01 02:35:20 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2009-01-01 02:35:20 +0000 |
commit | b225385e59b9b2340b683d73f1f74bb4d709eed8 (patch) | |
tree | 33e561f25ebe41719fdfa61ee1363ff867c9ef76 /app-text/gonzui | |
parent | Fixed parallel make issue, bug #247719. Clean up. (diff) | |
download | gentoo-2-b225385e59b9b2340b683d73f1f74bb4d709eed8.tar.gz gentoo-2-b225385e59b9b2340b683d73f1f74bb4d709eed8.tar.bz2 gentoo-2-b225385e59b9b2340b683d73f1f74bb4d709eed8.zip |
Fixed parallel make issue, bug #246965.
(Portage version: 2.1.6.4/cvs/Linux 2.6.28-gentoo x86_64)
Diffstat (limited to 'app-text/gonzui')
-rw-r--r-- | app-text/gonzui/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/gonzui/files/gonzui-1.2-gentoo.patch | 18 |
2 files changed, 21 insertions, 5 deletions
diff --git a/app-text/gonzui/ChangeLog b/app-text/gonzui/ChangeLog index 348e5814c0ea..27cc1c8d795c 100644 --- a/app-text/gonzui/ChangeLog +++ b/app-text/gonzui/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/gonzui -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gonzui/ChangeLog,v 1.9 2008/08/13 17:25:30 matsuu Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/gonzui/ChangeLog,v 1.10 2009/01/01 02:35:19 matsuu Exp $ + + 01 Jan 2009; MATSUU Takuto <matsuu@gentoo.org> + files/gonzui-1.2-gentoo.patch: + Fixed parallel make issue, bug #246965. *gonzui-1.2-r1 (13 Aug 2008) diff --git a/app-text/gonzui/files/gonzui-1.2-gentoo.patch b/app-text/gonzui/files/gonzui-1.2-gentoo.patch index 5aa22e8e3094..3a3949d92177 100644 --- a/app-text/gonzui/files/gonzui-1.2-gentoo.patch +++ b/app-text/gonzui/files/gonzui-1.2-gentoo.patch @@ -1,6 +1,6 @@ diff -Naur gonzui-1.2.orig/Makefile.am gonzui-1.2/Makefile.am --- gonzui-1.2.orig/Makefile.am 2005-03-25 18:00:20.000000000 +0900 -+++ gonzui-1.2/Makefile.am 2008-08-14 02:17:18.000000000 +0900 ++++ gonzui-1.2/Makefile.am 2009-01-01 11:28:13.000000000 +0900 @@ -28,7 +28,7 @@ gonzui.rb.in > gonzui.rb chmod -w gonzui.rb @@ -12,7 +12,7 @@ diff -Naur gonzui-1.2.orig/Makefile.am gonzui-1.2/Makefile.am diff -Naur gonzui-1.2.orig/configure.ac gonzui-1.2/configure.ac --- gonzui-1.2.orig/configure.ac 2005-07-05 00:07:52.000000000 +0900 -+++ gonzui-1.2/configure.ac 2008-08-14 02:04:17.000000000 +0900 ++++ gonzui-1.2/configure.ac 2009-01-01 11:28:13.000000000 +0900 @@ -9,7 +9,6 @@ AC_PROG_CC AC_PROG_INSTALL @@ -23,7 +23,7 @@ diff -Naur gonzui-1.2.orig/configure.ac gonzui-1.2/configure.ac AM_USER_GROUP diff -Naur gonzui-1.2.orig/langscan/Makefile.am gonzui-1.2/langscan/Makefile.am --- gonzui-1.2.orig/langscan/Makefile.am 2005-07-05 00:07:57.000000000 +0900 -+++ gonzui-1.2/langscan/Makefile.am 2008-08-14 02:17:58.000000000 +0900 ++++ gonzui-1.2/langscan/Makefile.am 2009-01-01 11:28:13.000000000 +0900 @@ -26,6 +26,7 @@ brainfuck.rb \ c.rb \ @@ -32,3 +32,15 @@ diff -Naur gonzui-1.2.orig/langscan/Makefile.am gonzui-1.2/langscan/Makefile.am elisp.rb \ java.rb \ javascript.rb \ +diff -Naur gonzui-1.2.orig/langscan/python/Makefile.am gonzui-1.2/langscan/python/Makefile.am +--- gonzui-1.2.orig/langscan/python/Makefile.am 2005-03-20 21:08:58.000000000 +0900 ++++ gonzui-1.2/langscan/python/Makefile.am 2009-01-01 11:28:39.000000000 +0900 +@@ -27,7 +27,7 @@ + + # We do this to workaround flex 2.5.4 issue because our .l + # file could not be processed with flex 2.5.4. +-pythontok.c: pythontok.l ++pythontok.c: python.h pythontok.l + flex -d -opythontok.c pythontok.l || cp pythontok.c.dist pythontok.c + cmp -s pythontok.c pythontok.c.dist || cp pythontok.c pythontok.c.dist + |