From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LfN1Z-0003cO-72 for garchives@archives.gentoo.org; Thu, 05 Mar 2009 23:30:45 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B10DE0430; Thu, 5 Mar 2009 23:30:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6B0C0E0430 for ; Thu, 5 Mar 2009 23:30:44 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 2403E64904 for ; Thu, 5 Mar 2009 23:30:44 +0000 (UTC) Received: from bicatali by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1LfN1Z-0000KL-Hc for gentoo-commits@lists.gentoo.org; Thu, 05 Mar 2009 23:30:45 +0000 From: "Sebastien Fabbro (bicatali)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, bicatali@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sci-astronomy/scamp/files: scamp-1.4.6-autotools.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: scamp-1.4.6-autotools.patch X-VCS-Directories: sci-astronomy/scamp/files X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro Content-Type: text/plain; charset=utf8 Message-Id: Sender: Sebastien Fabbro Date: Thu, 05 Mar 2009 23:30:45 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: cf7d96b2-510d-4798-9da0-98933f628a74 X-Archives-Hash: d2df7588760f8d90f5b5c961c247d814 bicatali 09/03/05 23:30:45 Modified: scamp-1.4.6-autotools.patch Log: More plplot patching (Portage version: 2.2_rc23/cvs/Linux x86_64) Revision Changes Path 1.2 sci-astronomy/scamp/files/scamp-1.4.6-autotools.patc= h file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/scam= p/files/scamp-1.4.6-autotools.patch?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/scam= p/files/scamp-1.4.6-autotools.patch?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/scam= p/files/scamp-1.4.6-autotools.patch?r1=3D1.1&r2=3D1.2 Index: scamp-1.4.6-autotools.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/scamp/files/scamp-1.4.6-a= utotools.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- scamp-1.4.6-autotools.patch 26 Feb 2009 17:22:47 -0000 1.1 +++ scamp-1.4.6-autotools.patch 5 Mar 2009 23:30:45 -0000 1.2 @@ -329,3 +329,15 @@ fi =20 # Static linking option +--- scamp-1.4.6.orig/src/Makefile.am 2008-01-14 21:28:32.000000000 +0000 ++++ scamp-1.4.6/src/Makefile.am 2009-03-05 23:24:44.000000000 +0000 +@@ -15,6 +15,8 @@ + define.h fft.h fgroup.h field.h fitswcs.h globals.h header.h \ + key.h match.h misc.h mosaic.h photsolve.h preflist.h prefs.h \ + proper.h samples.h threads.h types.h wcscelsys.h xml.h ++scamp_CPPFLAGS =3D @PLPLOT_CFLAGS@ + scamp_LDADD =3D $(top_builddir)/src/fits/libfits.a \ +- $(top_builddir)/src/wcs/libwcs_c.a ++ $(top_builddir)/src/wcs/libwcs_c.a \ ++ @PLPLOT_LIBS@ + DATE=3D`date +"%Y-%m-%d"`