diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2009-03-05 23:30:45 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2009-03-05 23:30:45 +0000 |
commit | b72bc5283c337171cf2a2671d699b2bbc6793071 (patch) | |
tree | 037ddae7d2f9d0c8af62c8bc9ae939c22833f190 /sci-astronomy/scamp | |
parent | Marking gnome-vfs-python-2.22.3 ppc for bug 258040 (diff) | |
download | gentoo-2-b72bc5283c337171cf2a2671d699b2bbc6793071.tar.gz gentoo-2-b72bc5283c337171cf2a2671d699b2bbc6793071.tar.bz2 gentoo-2-b72bc5283c337171cf2a2671d699b2bbc6793071.zip |
More plplot patching
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'sci-astronomy/scamp')
-rw-r--r-- | sci-astronomy/scamp/ChangeLog | 6 | ||||
-rw-r--r-- | sci-astronomy/scamp/files/scamp-1.4.6-autotools.patch | 12 |
2 files changed, 17 insertions, 1 deletions
diff --git a/sci-astronomy/scamp/ChangeLog b/sci-astronomy/scamp/ChangeLog index b23f489f4862..42606a9f4280 100644 --- a/sci-astronomy/scamp/ChangeLog +++ b/sci-astronomy/scamp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-astronomy/scamp # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/scamp/ChangeLog,v 1.1 2009/02/26 17:22:47 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/scamp/ChangeLog,v 1.2 2009/03/05 23:30:45 bicatali Exp $ + + 05 Mar 2009; Sébastien Fabbro <bicatali@gentoo.org> + files/scamp-1.4.6-autotools.patch: + More plplot patching *scamp-1.4.6 (26 Feb 2009) diff --git a/sci-astronomy/scamp/files/scamp-1.4.6-autotools.patch b/sci-astronomy/scamp/files/scamp-1.4.6-autotools.patch index 8611352c9eca..6ab1329aa2d3 100644 --- a/sci-astronomy/scamp/files/scamp-1.4.6-autotools.patch +++ b/sci-astronomy/scamp/files/scamp-1.4.6-autotools.patch @@ -329,3 +329,15 @@ diff -Nur scamp-1.4.6.orig/configure.ac scamp-1.4.6/configure.ac fi # 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 = @PLPLOT_CFLAGS@ + scamp_LDADD = $(top_builddir)/src/fits/libfits.a \ +- $(top_builddir)/src/wcs/libwcs_c.a ++ $(top_builddir)/src/wcs/libwcs_c.a \ ++ @PLPLOT_LIBS@ + DATE=`date +"%Y-%m-%d"` |