Update of /cvsroot/fink/experimental/fangism/finkinfo In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv21668
Modified Files: wesnoth-devel.info Log Message: upstream released 1.9.1 This rev patches configure.ac to fix header checks to get the build going... Index: wesnoth-devel.info =================================================================== RCS file: /cvsroot/fink/experimental/fangism/finkinfo/wesnoth-devel.info,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- wesnoth-devel.info 26 Aug 2010 03:08:49 -0000 1.4 +++ wesnoth-devel.info 16 Sep 2010 18:16:33 -0000 1.5 @@ -1,9 +1,9 @@ Package: wesnoth-devel -Version: 1.9.0 +Version: 1.9.1 Revision: 1 Description: Fantasy turn-based strategy game GCC: 4.0 -Source-MD5: c4e7ba80c6212cb58c3ff96d10f417ae +Source-MD5: 5dc488f68362717f1b809d2212f9515f Source: mirror:sourceforge:wesnoth/wesnoth-%v.tar.bz2 BuildDepends: << autoconf (>= 2.60), @@ -76,7 +76,14 @@ PatchScript: << #!/bin/sh -ev # %{default_script} + # properly link against built libraries via direct reference perl -pi -e 's/-L. -l(wesnoth-core)/lib\1.a/' src/Makefile.am + # configure(.ac) is missing check for CPP before it is used + file=configure.ac + mv $file $file.orig + sed -e '/AC_PROC_CXX/i \ +AC_PROG_CPP' $file.orig > $file + # properly link against built libraries via direct reference file=src/Makefile.am mv $file $file.orig sed 's/-lana/libana.a/g' $file.orig > $file ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ Fink-commits mailing list Fink-commits@lists.sourceforge.net http://news.gmane.org/gmane.os.apple.fink.cvs