summaryrefslogtreecommitdiff
path: root/meta/uninstalled-env.in
diff options
context:
space:
mode:
authorAndy Wingo <wingo@wingomac.bcn.oblong.net>2009-04-20 17:23:40 +0200
committerAndy Wingo <wingo@wingomac.bcn.oblong.net>2009-04-20 17:23:40 +0200
commit2b4b555b8fd10d369dbb2ee1f90d9e6035a5cd9e (patch)
tree37148d7deb5d5500ae0468cf3ae889123c156ea2 /meta/uninstalled-env.in
parentd1529ddfcbe24e1465982e959916f7865cdf778a (diff)
fix build errors on fresh checkout
* meta/guile-tools: We can't use srfi-1, because on a fresh checkout the srfi-1 shlib isn't built yet. Bummer. * meta/uninstalled-env.in: Fix up the DYLD lines for BSDen. * module/scripts/snart-guile-m4-docs.scm: Fix expected arguments.
Diffstat (limited to 'meta/uninstalled-env.in')
-rw-r--r--meta/uninstalled-env.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/uninstalled-env.in b/meta/uninstalled-env.in
index 02c0e315e..56bbc307f 100644
--- a/meta/uninstalled-env.in
+++ b/meta/uninstalled-env.in
@@ -80,7 +80,7 @@ for dir in $subdirs_with_ltlibs ; do
done
LTDL_LIBRARY_PATH="${ltdl_prefix}$LTDL_LIBRARY_PATH"
export LTDL_LIBRARY_PATH
-DYLD_LIBRARY_PATH="${dyld_prefix}${top_builddir}/libguile/.libs:$DYLD_LIBRARY_PATH"
+DYLD_LIBRARY_PATH="${dyld_prefix}$DYLD_LIBRARY_PATH"
export DYLD_LIBRARY_PATH
if [ x"$PKG_CONFIG_PATH" = x ]