Author: jcorgan Date: 2008-01-25 08:49:39 -0700 (Fri, 25 Jan 2008) New Revision: 7518
Modified: gnuradio/branches/releases/3.1/gnuradio-pkg_chk.conf Log: Applied changeset r7505 on trunk to release branch. Modified: gnuradio/branches/releases/3.1/gnuradio-pkg_chk.conf =================================================================== --- gnuradio/branches/releases/3.1/gnuradio-pkg_chk.conf 2008-01-25 15:48:20 UTC (rev 7517) +++ gnuradio/branches/releases/3.1/gnuradio-pkg_chk.conf 2008-01-25 15:49:39 UTC (rev 7518) @@ -1,4 +1,4 @@ -# Copyright 2007 Free Software Foundation +# Copyright 2007, 2008 Free Software Foundation # pkg_chk -a -k -C gnuradio-pkg_chk.conf # pkg_chk -a -k -C gnuradio-pkg_chk.conf -D doc @@ -17,6 +17,9 @@ # To build against pkgsrc, run configure as # LDFLAGS="-L/usr/pkg/lib -R/usr/pkg/lib" CPPFLAGS="-I/usr/pkg/include" ./configure +# This file is intended to be useful even to those not using pkgsrc by +# crisply listing the dependencies required for GNU Radio. + # This file may be incorrect; please feel free to correct or mail # comments to [EMAIL PROTECTED] or [EMAIL PROTECTED] @@ -24,9 +27,9 @@ devel/autoconf devel/automake +devel/libtool-base # gmake isn't actually required, but it's helpful to have to separate # real build failures from unportable makefiles. -devel/libtool-base devel/gmake devel/pkg-config @@ -50,6 +53,8 @@ devel/swig +lang/guile + ## audio audio/jack audio/portaudio-devel _______________________________________________ Commit-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/commit-gnuradio
