Update of /cvsroot/fink/experimental/asari
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27604/experimental/asari

Modified Files:
        openoffice.org.info.m4 
Log Message:
Avoid the following error on 10.4-transitional & Xcode >= 2.2.

ld: Undefined symbols:
__Unwind_Resume_or_Rethrow


Index: openoffice.org.info.m4
===================================================================
RCS file: /cvsroot/fink/experimental/asari/openoffice.org.info.m4,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- openoffice.org.info.m4      6 Mar 2006 00:28:00 -0000       1.8
+++ openoffice.org.info.m4      8 Mar 2006 05:31:04 -0000       1.9
@@ -455,8 +455,13 @@
     MacOSX${machine}Env.Set MacOSX${machine}Env.Set.sh
 
   /bin/mkdir FINKLIBS
-  /bin/ln -s %p/lib/libdb_java-4.2.jnilib FINKLIBS
-
+  /bin/ln -s %p/lib/libdb_java-4.2.jnilib FINKLIBS]
+ifelse(TREE, [10.4-transitional],
+[[  # Xcode >= 2.2 has /usr/lib/libsupc++.a, which follows GCC 4.0 ABI.
+  # Unfortunately, g++-3.3 finds libsupc++.a at /usr/lib if -L/usr/lib is 
given.
+  /bin/ln -s /usr/lib/gcc/darwin/3.3/libsupc++.a FINKLIBS
+]])dnl
+[
   # Retry forever to build OOo until success!
   while :; do
     /usr/bin/printf "\n\n[ Phase 3: Make ]\n\n" >&3



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to