gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r7759 - GNUnet/contrib/macosx


From: gnunet
Subject: [GNUnet-SVN] r7759 - GNUnet/contrib/macosx
Date: Sun, 12 Oct 2008 12:47:45 -0600 (MDT)

Author: holindho
Date: 2008-10-12 12:47:44 -0600 (Sun, 12 Oct 2008)
New Revision: 7759

Modified:
   GNUnet/contrib/macosx/build-osx-framework.sh
Log:
guile seems to need some stuff


Modified: GNUnet/contrib/macosx/build-osx-framework.sh
===================================================================
--- GNUnet/contrib/macosx/build-osx-framework.sh        2008-10-12 15:27:23 UTC 
(rev 7758)
+++ GNUnet/contrib/macosx/build-osx-framework.sh        2008-10-12 18:47:44 UTC 
(rev 7759)
@@ -395,6 +395,7 @@
                        ac_cv_func_stat_empty_string_bug=no     \
                        ac_cv_func_chown_works=yes              \
                        ac_cv_func_closedir_void=no             \
+                       ac_cv_unaligned_64_access=yes           \
                        --prefix="${FW_DIR}"                    \
                        --enable-shared                         \
                        --with-extractor="${LIBEXTRACTOR_BASE_DIR}"     \
@@ -701,6 +702,18 @@
 do
        install_file_to_framework "$tfn"
 done
+for tfn in share/guile/1.8/ice-9/*.scm
+do
+       install_file_to_framework "$tfn"
+done
+for tfn in share/guile/1.8/ice-9/debugger/*.scm
+do
+       install_file_to_framework "$tfn"
+done
+for tfn in share/guile/1.8/ice-9/debugging/*.scm
+do
+       install_file_to_framework "$tfn"
+done
 cd "${ORIG_DIR}"
 copy_file_to_framework "./contrib/macosx/Info.plist" "Resources/Info.plist"
 fill_framework_revision "Resources/Info.plist"





reply via email to

[Prev in Thread] Current Thread [Next in Thread]