Browse Source

Valentin Ziegler:

fixed damn stupid bug in the gnubg configure script


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2583 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Valentin Ziegler 21 years ago
parent
commit
b07e226f31
4 changed files with 42 additions and 3 deletions
  1. +39
    -0
      package/kasc/gnubg/configure-guile-fix.patch
  2. +1
    -1
      package/kasc/gnubg/gnubg.conf
  3. +1
    -1
      package/kasc/gnubg/gnubg.desc
  4. +1
    -1
      package/kasc/gnubg/subconfig-games.in

+ 39
- 0
package/kasc/gnubg/configure-guile-fix.patch

@ -0,0 +1,39 @@
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/kasc/gnubg/configure-guile-fix.patch
# ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
Fix for a damn stupid bug in the configure ...
- Valentin Ziegler
--- gnubg-0.13.0/configure.orig 2004-03-15 18:21:31.000000000 +0100
+++ gnubg-0.13.0/configure 2004-03-15 18:22:28.000000000 +0100
@@ -9002,12 +9002,6 @@
:
fi
fi
-
-
-
- if test "$with_guile" != ""; then
- GUILE_LIBS="$with_guile"
- fi
fi
if test "$no_guile" != "yes"; then

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

@ -7,7 +7,7 @@
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
# #
# ROCK Linux: rock-src/package/kasc/gnubg/gnubg.conf # ROCK Linux: rock-src/package/kasc/gnubg/gnubg.conf
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
# ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

+ 1
- 1
package/kasc/gnubg/gnubg.desc

@ -7,7 +7,7 @@
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
# #
# ROCK Linux: rock-src/package/kasc/gnubg/gnubg.desc # ROCK Linux: rock-src/package/kasc/gnubg/gnubg.desc
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
# ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

+ 1
- 1
package/kasc/gnubg/subconfig-games.in

@ -6,7 +6,7 @@
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
# #
# ROCK Linux: rock-src/package/kasc/gnubg/subconfig-games.in # ROCK Linux: rock-src/package/kasc/gnubg/subconfig-games.in
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
# ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

Loading…
Cancel
Save