mr_bones_    14/07/07 17:58:32

  Modified:             amoebax-0.2.0-aclocal.patch
  Added:                amoebax-0.2.1-compile.patch
                        amoebax-0.2.1-aclocal.patch
  Log:
  version bump
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.2                  games-puzzle/amoebax/files/amoebax-0.2.0-aclocal.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/amoebax/files/amoebax-0.2.0-aclocal.patch?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/amoebax/files/amoebax-0.2.0-aclocal.patch?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/amoebax/files/amoebax-0.2.0-aclocal.patch?r1=1.1&r2=1.2

Index: amoebax-0.2.0-aclocal.patch
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/games-puzzle/amoebax/files/amoebax-0.2.0-aclocal.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- amoebax-0.2.0-aclocal.patch 9 Jan 2010 18:59:59 -0000       1.1
+++ amoebax-0.2.0-aclocal.patch 7 Jul 2014 17:58:31 -0000       1.2
@@ -1,5 +1,5 @@
---- m4/objc.m4.old     2010-01-09 19:41:58.000000000 +0100
-+++ m4/objc.m4 2010-01-09 19:43:35.000000000 +0100
+--- m4/objc.m4.old
++++ m4/objc.m4
 @@ -448,32 +448,32 @@
  
  # AC_LANG_SOURCE(Objective C)(BODY)



1.1                  games-puzzle/amoebax/files/amoebax-0.2.1-compile.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/amoebax/files/amoebax-0.2.1-compile.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/amoebax/files/amoebax-0.2.1-compile.patch?rev=1.1&content-type=text/plain

Index: amoebax-0.2.1-compile.patch
===================================================================
--- src/binreloc.cxx
+++ src/binreloc.cxx
@@ -739,7 +739,8 @@
 char *
 br_dirname (const char *path)
 {
-       char *end, *result;
+       const char *end;
+       char *result;
 
        if (path == (const char *) NULL)
                return (char *) NULL;



1.1                  games-puzzle/amoebax/files/amoebax-0.2.1-aclocal.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/amoebax/files/amoebax-0.2.1-aclocal.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/amoebax/files/amoebax-0.2.1-aclocal.patch?rev=1.1&content-type=text/plain

Index: amoebax-0.2.1-aclocal.patch
===================================================================
--- m4/objc.m4.old
+++ m4/objc.m4
@@ -448,32 +448,32 @@
 
 # AC_LANG_SOURCE(Objective C)(BODY)
 # ---------------------------------
-m4_copy([AC_LANG_SOURCE(C)], [AC_LANG_SOURCE(Objective C)])
+m4_copy_force([AC_LANG_SOURCE(C)], [AC_LANG_SOURCE(Objective C)])
 
 
 # AC_LANG_PROGRAM(Objective C)([PROLOGUE], [BODY])
 # ------------------------------------------------
-m4_copy([AC_LANG_PROGRAM(C)], [AC_LANG_PROGRAM(Objective C)])
+m4_copy_force([AC_LANG_PROGRAM(C)], [AC_LANG_PROGRAM(Objective C)])
 
 
 # AC_LANG_CALL(Objective C)(PROLOGUE, FUNCTION)
 # ---------------------------------------------
-m4_copy([AC_LANG_CALL(C)], [AC_LANG_CALL(Objective C)])
+m4_copy_force([AC_LANG_CALL(C)], [AC_LANG_CALL(Objective C)])
 
 
 # AC_LANG_FUNC_LINK_TRY(Objective C)(FUNCTION)
 # --------------------------------------------
-m4_copy([AC_LANG_FUNC_LINK_TRY(C)], [AC_LANG_FUNC_LINK_TRY(Objective C)])
+m4_copy_force([AC_LANG_FUNC_LINK_TRY(C)], [AC_LANG_FUNC_LINK_TRY(Objective C)])
 
 
 # AC_LANG_BOOL_COMPILE_TRY(Objective C)(PROLOGUE, EXPRESSION)
 # -----------------------------------------------------------
-m4_copy([AC_LANG_BOOL_COMPILE_TRY(C)], [AC_LANG_BOOL_COMPILE_TRY(Objective C)])
+m4_copy_force([AC_LANG_BOOL_COMPILE_TRY(C)], 
[AC_LANG_BOOL_COMPILE_TRY(Objective C)])
 
 
 # AC_LANG_INT_SAVE(Objective C)(PROLOGUE, EXPRESSION)
 # ---------------------------------------------------
-m4_copy([AC_LANG_INT_SAVE(C)], [AC_LANG_INT_SAVE(Objective C)])
+m4_copy_force([AC_LANG_INT_SAVE(C)], [AC_LANG_INT_SAVE(Objective C)])
 
 
 




Reply via email to