matsuu 09/01/01 02:35:20
Modified: gonzui-1.2-gentoo.patch
Log:
Fixed parallel make issue, bug #246965.
(Portage version: 2.1.6.4/cvs/Linux 2.6.28-gentoo x86_64)
Revision Changes Path
1.2 app-text/gonzui/files/gonzui-1.2-gentoo.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gonzui/files/gonzui-1.2-gentoo.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gonzui/files/gonzui-1.2-gentoo.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gonzui/files/gonzui-1.2-gentoo.patch?r1=1.1&r2=1.2
Index: gonzui-1.2-gentoo.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/gonzui/files/gonzui-1.2-gentoo.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gonzui-1.2-gentoo.patch 13 Aug 2008 17:25:30 -0000 1.1
+++ gonzui-1.2-gentoo.patch 1 Jan 2009 02:35:20 -0000 1.2
@@ -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/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 @@
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 @@
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
+
|