|
|
|
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
|
|
|
#
|
|
|
|
# Filename: package/.../gnubg/configure-guile-fix.patch
|
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project
|
|
|
|
# Copyright (C) 1998 - 2004 Clifford Wolf
|
|
|
|
#
|
|
|
|
# More information can be found in the files COPYING and README.
|
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
# --- SDE-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
|