Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/x11
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27604/dists/10.4-transitional/unstable/main/finkinfo/x11

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

ld: Undefined symbols:
__Unwind_Resume_or_Rethrow


Index: openoffice.org-nocrypto.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/x11/openoffice.org-nocrypto.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- openoffice.org-nocrypto.info        2 Mar 2006 14:43:26 -0000       1.2
+++ openoffice.org-nocrypto.info        8 Mar 2006 05:31:09 -0000       1.3
@@ -183,6 +183,9 @@
 
   /bin/mkdir FINKLIBS
   /bin/ln -s %p/lib/libdb_java-4.2.jnilib FINKLIBS
+  # 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
 
   # Retry forever to build OOo until success!
   while :; do



-------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to