Browse Source

Burkhard Linke <Burkhard.Linke@Uni-Bielefeld.DE>

the applied patches removes two typos in the configuration files of
kasc/freeciv, kasc/openglad


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1014 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
799d3018e8
3 changed files with 3 additions and 2 deletions
  1. +1
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +1
    -1
      package/kasc/freeciv/freeciv.conf
  3. +1
    -1
      package/kasc/openglad/openglad.conf

+ 1
- 0
Documentation/Developers/CHANGELOG-RENE

@ -8,6 +8,7 @@ whole rxr-tree.
updated reiserfsprogs updated openh323 and so
fixed gnomemeeting
updated sylpheed
fixed freeciv and openglad
- Dimitar Zhekov: fixed Build-Pkg (echo * -> ls), added "no rtti/exceptions"
in C++ option (limitcxx), fixed kbd and added hwclock as
well as RTC configuraton to stone and some "echo * -> ls"

+ 1
- 1
package/kasc/freeciv/freeciv.conf

@ -23,7 +23,7 @@
bindir=$root/$ROCKCFG_PKG_GAMES_BINDIR
datadir=$root/$ROCKCFG_PKG_GAMES_DATADIR
[ "$ROCKCFG_DISABLE_NLS" == "1" && \
[ "$ROCKCFG_DISABLE_NLS" == "1" ] && \
var_append extraconfopt " " "--disable-nls"
[ "$ROCKCFG_PKG_FREECIV_ESD" == "0" ] && \
var_append extraconfopt " " "--disable-esd"

+ 1
- 1
package/kasc/openglad/openglad.conf

@ -22,5 +22,5 @@
# --- ROCK-COPYRIGHT-NOTE-END ---
bindir=$root/$ROCKCFG_PKG_GAMES_BINDIR
datadir=$root/$ROCKCFG_PKG_GAMES_DATADIR/openglad"
datadir=$root/$ROCKCFG_PKG_GAMES_DATADIR/openglad

Loading…
Cancel
Save