[crossfire] bla

David McIlwraith 2c93e8f1 at gmail.com
Sat Dec 3 23:02:07 CST 2011


Hi,

Seems to work for me:

[archaios at srv1 client]$ patch -Np0 <
../crossfire-client-svn-fix-gtk2-localedir.patch
patching file gtk-v2/src/Makefile.am
[archaios at srv1 client]$ svn diff
Index: gtk-v2/src/Makefile.am
===================================================================
--- gtk-v2/src/Makefile.am      (revision 15869)
+++ gtk-v2/src/Makefile.am      (working copy)
@@ -21,7 +21,7 @@

 INCLUDES = \
        -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
-       -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
+       -DPACKAGE_LOCALE_DIR=\""$(localedir)"\" \
        -I$(top_builddir)/common \
        -I$(top_srcdir)/common \
        -I$(top_srcdir)/common/shared \

Regards,
- David McIlwraith <archaios at archaios.net>

On Sun, Dec 4, 2011 at 3:30 PM, James Lopeman <meflin at meflin.net> wrote:
> Yep that was it. patch is so annoying. Now that it applys I'm not sure what it
> does tho. Patch claims it changed Makefile.am and it builds but svn diff claims
> no diff.
>
> Meflin
>
> On Saturday, December 03, 2011 07:59:18 PM you wrote:
>> Hm... normally when I see patch hang... it's due to forgetting that
>> patch accepts stdin and not filenames (the "<" in "patch -Np0 < [path to
>> patch]"). Perhaps that accidentally happened to you?
>>
>> Alex
> _______________________________________________
> crossfire mailing list
> crossfire at metalforge.org
> http://mailman.metalforge.org/mailman/listinfo/crossfire


More information about the crossfire mailing list