Complete.Org: Mailing Lists: Archives: freeciv-dev: April 2005:
[Freeciv-Dev] (PR#12942) newzealand not in data/flags/Makefile.am
Home

[Freeciv-Dev] (PR#12942) newzealand not in data/flags/Makefile.am

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Subject: [Freeciv-Dev] (PR#12942) newzealand not in data/flags/Makefile.am
From: "Brian Dunstan" <bdunstan149@xxxxxxxxx>
Date: Sat, 30 Apr 2005 09:05:40 -0700
Reply-to: bugs@xxxxxxxxxxx

<URL: http://bugs.freeciv.org/Ticket/Display.html?id=12942 >

in current CVS, the newzealand nation is listed in
nations.ruleset, and has flag sprites, but not the
proper entries in data/flags/Makefile.am.  This
results in the client crashing when compiled like so:

./autogen.sh --enable-debug=yes; make; make install

The attached patch fixes the problem.

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
diff -Nur -Xfreeciv/diff_ignore freeciv/data/flags/Makefile.am 
freeciv-zea/data/flags/Makefile.am
--- freeciv/data/flags/Makefile.am      2005-04-30 08:23:52.111956624 -0400
+++ freeciv-zea/data/flags/Makefile.am  2005-04-30 08:42:11.981751000 -0400
@@ -70,6 +70,7 @@
                mordor.png              \
                nato.png                \
                netherlands.png         \
+               newzealand.png          \
                nigeria.png             \
                norway.png              \
                observer.png            \
@@ -177,6 +178,7 @@
                mordor-shield.png               \
                nato-shield.png                 \
                netherlands-shield.png          \
+               newzealand-shield.png           \
                nigeria-shield.png              \
                norway-shield.png               \
                observer-shield.png             \
@@ -284,6 +286,7 @@
                mordor.svg              \
                nato.svg                \
                netherlands.svg         \
+               newzealand.svg          \
                nigeria.svg             \
                norway.svg              \
                observer.svg            \

[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#12942) newzealand not in data/flags/Makefile.am, Brian Dunstan <=