Browse Source

gifnuss:


			
			
				rocklinux
			
			
		
Sebastian Knapp 19 years ago
parent
commit
46718e6bd6
2 changed files with 4 additions and 40 deletions
  1. +0
    -38
      package/public/guile/guile-missing-dotlibs-dir.patch
  2. +4
    -2
      package/public/guile/guile.desc

+ 0
- 38
package/public/guile/guile-missing-dotlibs-dir.patch

@ -1,38 +0,0 @@
# --- 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/rene/guile/guile-missing-dotlibs-dir.patch
# ROCK Linux is Copyright (C) 1998 - 2005 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 ---
--- ./pre-inst-guile.in.orig 2004-11-09 17:16:44.000000000 +0100
+++ ./pre-inst-guile.in 2004-12-16 14:15:17.347930016 +0100
@@ -36,7 +36,7 @@
# Code:
# config
-subdirs_with_ltlibs="libguile-ltdl srfi guile-readline" # maintain me
+subdirs_with_ltlibs="libguile-ltdl libguile-ltdl/.libs srfi guile-readline" # maintain me
# env (set by configure)
top_srcdir="@top_srcdir_absolute@"
@@ -74,6 +74,7 @@
done
LTDL_LIBRARY_PATH="${ltdl_prefix}$LTDL_LIBRARY_PATH"
export LTDL_LIBRARY_PATH
+export LD_LIBRARY_PATH="$LTDL_LIBRARY_PATH:$LD_LIBRARY_PATH"
# set GUILE (clobber)
GUILE=${top_builddir}/libguile/guile

+ 4
- 2
package/public/guile/guile.desc

@ -27,6 +27,8 @@
[T] Guile provides a machine independent execution platform that can be
[T] linked in as a library when building extensible programs.
[U] http://www.gnu.org/software/guile/guile.html
[A] Aubrey Jaffer, George Carrette, Radey Shouman, Anthony Green,
[A] Mikael Djurfeldt, Mark Galassi, Marius Vollmer, R. Kent Dybvig,
[A] Roland Orre, Michael N. Livshin, Tim Pierce
@ -36,8 +38,8 @@
[L] GPL
[S] Stable
[V] 1.6.6
[V] 1.6.7
[P] X -?---5---9 124.800
[D] 492059614 guile-1.6.6.tar.gz ftp://ftp.gnu.org/pub/gnu/guile/
[D] 99893013 guile-1.6.7.tar.gz ftp://ftp.gnu.org/pub/gnu/guile/

Loading…
Cancel
Save