Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorUrs C. Muff <urs@mono-cvs.ximian.com>2004-06-02 19:38:17 +0400
committerUrs C. Muff <urs@mono-cvs.ximian.com>2004-06-02 19:38:17 +0400
commit095f58413087393d4e5b46c3e6799cf8816ce4eb (patch)
tree080e6642e85ae767f6f6cb6fe058958cf14c9ccb /web
parent009cb3ef2ea952080ea3626e8f5d4f00d841f95f (diff)
Fix libintl.a problem, thanks kangaroo
svn path=/trunk/mono/; revision=28706
Diffstat (limited to 'web')
-rw-r--r--web/mono-build-mac-fw-release.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/web/mono-build-mac-fw-release.sh b/web/mono-build-mac-fw-release.sh
index a6d820e4442..bd3ee78d940 100644
--- a/web/mono-build-mac-fw-release.sh
+++ b/web/mono-build-mac-fw-release.sh
@@ -10,6 +10,19 @@
set -e
+# clear some references to /sw
+ACLOCAL_FLAGS=
+CPPFLAGS=
+DYLD_LIBRARY_PATH=
+INFOPATH=
+LD_LIBRARY_PATH=
+MANPATH=
+PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin
+PERL5LIB=
+PKG_CONFIG_PATH=
+SGML_CATALOG_FILES=
+XML_CATALOG_FILES=
+
INITIALDIR=$PWD
VERSION=0.95
PREFIX=/Library/Frameworks/Mono.framework/Versions/$VERSION
@@ -168,6 +181,8 @@ fi
# mono
+echo +++ patching libintl to not be statically linked
+perl -pi -e "s/old_library='libintl.a'/old_library=''/" $PREFIX/lib/libintl.la
echo +++ processing mono run-time libraries
if test ! -f "$PREFIX/bin/mono"; then