Update of /cvsroot/fink/experimental/fangism/finkinfo
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv9233

Modified Files:
        wesnoth-devel.info 
Log Message:
hack linker command in src/Makefile.am


Index: wesnoth-devel.info
===================================================================
RCS file: /cvsroot/fink/experimental/fangism/finkinfo/wesnoth-devel.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- wesnoth-devel.info  26 Aug 2010 02:41:04 -0000      1.3
+++ wesnoth-devel.info  26 Aug 2010 03:08:49 -0000      1.4
@@ -77,6 +77,9 @@
   #!/bin/sh -ev
 #  %{default_script}
   perl -pi -e 's/-L. -l(wesnoth-core)/lib\1.a/' src/Makefile.am
+  file=src/Makefile.am
+  mv $file $file.orig
+  sed 's/-lana/libana.a/g' $file.orig > $file
   # darwin10: msgmerge is screwy, disabling backup avoids permissions issues
   file=po/Makefile.in.in
   mv $file $file.orig


------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to