Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/net
In directory usw-pr-cvs1:/tmp/cvs-serv28615

Added Files:
        gaim-0.59.1-2.info gaim-0.59.1-2.patch 
Log Message:
Another optimization bug in gcc3? - Had to set it to -O in the info file, it may be 
possible to do this in a patch, but we live in hope of a working compiler someday

--- NEW FILE: gaim-0.59.1-2.info ---
Package: gaim
Version: 0.59.1
Revision: 2
Maintainer: Max Horn <[EMAIL PROTECTED]>
Depends: gnome-libs, gdk-pixbuf-shlibs
BuildDepends: gdk-pixbuf, libjpeg, libpng, libtiff, netpbm, audiofile, esound, glib, 
gtk+, orbit, giflib, imlib, gnome-libs-dev
Source: mirror:sourceforge:%n/%n-%v.tar.bz2
Source-MD5: 54b85690b75ee1b9f4801f01f1af4f82
Patch: %f.patch
ConfigureParams: --mandir=%p/share/man --disable-artsc
InstallScript: make install DESTDIR=%d
SetCPPFLAGS: -no-cpp-precomp
SetCFlags: -O
CompileScript: <<
 ./configure %c
 make
 echo "_dlsym" > sym.list
 echo "_dlclose" >> sym.list
 nmedit -R sym.list src/gaim
<<
DocFiles: <<
  AUTHORS COPYING ChangeLog HACKING NEWS README TODO
  doc/CREDITS doc/FAQ doc/*.txt
<<
Description: Instant Messaging client
DescDetail: <<
Gaim is a clone of AOL's Instant Messenger client. It features
nearly all of the functionality of the official AIM client while
also being smaller and faster. Gaim also has plugins that let
you use ICQ, Yahoo, MSN, IRC, Jabber, Napster, and Zephyr.
<<
DescPort: <<
Perl's DynaLoader on OS X is broken, it exports two symbols (dlsym and dlclose)
which conflict with dlcompat, and break plugin support in gaim. To work around
this, we manually make these symbold static.

Had to set the optimizations down from -O2 to -O, because of a gcc3 bug.
<<
Homepage: http://gaim.sourceforge.net/
License: GPL

--- NEW FILE: gaim-0.59.1-2.patch ---
diff -ru gaim-0.59.1/configure gaim-0.59.1-patched/configure
--- gaim-0.59.1/configure       2002-08-26 03:41:07.000000000 +0200
+++ gaim-0.59.1-patched/configure       2002-08-30 13:56:59.000000000 +0200
@@ -5363,8 +5363,8 @@
     #        cross-compilation, but unfortunately the echo tests do not
     #        yet detect zsh echo's removal of \ escapes.  Also zsh mangles
     #       `"' quotes if we put them in here... so don't!
-    archive_cmds='$nonopt $(test .$module = .yes && echo -bundle || echo -dynamiclib) 
$allow_undefined_flag -o $lib $libobjs $deplibs$linker_flags -install_name 
$rpath/$soname $verstring'
-    # We need to add '_' to the symbols in $export_symbols first
+    archive_cmds='$nonopt $(test .$module = .yes && echo -bundle || echo -dynamiclib) 
+$allow_undefined_flag -o $lib $libobjs $deplibs$linker_flags $(test .$module != .yes 
+&& echo -install_name $rpath/$soname) $(test -n "$verstring" -a x$verstring != x0.0 
+-a .$module != .yes && echo $verstring)'
+     # We need to add '_' to the symbols in $export_symbols first
     #archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols'
     hardcode_direct=yes
     hardcode_shlibpath_var=no



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to