diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2008-08-22 18:26:16 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2008-08-22 18:26:16 +0000 |
commit | 09d6358376dc32bbf18483927dbc3015add26388 (patch) | |
tree | ba462397812a57a3a09ab2f52c1344b9ab733ade /sci-libs/cfitsio/files | |
parent | Stable on ppc wrt bug 235459 (diff) | |
download | gentoo-2-09d6358376dc32bbf18483927dbc3015add26388.tar.gz gentoo-2-09d6358376dc32bbf18483927dbc3015add26388.tar.bz2 gentoo-2-09d6358376dc32bbf18483927dbc3015add26388.zip |
Version bump
(Portage version: 2.2_rc8/cvs/Linux 2.6.23-gentoo-r9 x86_64)
Diffstat (limited to 'sci-libs/cfitsio/files')
-rw-r--r-- | sci-libs/cfitsio/files/cfitsio-3.100-autotools.patch (renamed from sci-libs/cfitsio/files/cfitsio-3.080-autotools.patch) | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sci-libs/cfitsio/files/cfitsio-3.080-autotools.patch b/sci-libs/cfitsio/files/cfitsio-3.100-autotools.patch index 11b621454fb3..46ef33d7f466 100644 --- a/sci-libs/cfitsio/files/cfitsio-3.080-autotools.patch +++ b/sci-libs/cfitsio/files/cfitsio-3.100-autotools.patch @@ -2,7 +2,7 @@ +++ configure.ac 2008-06-02 01:08:32.000000000 +0100 @@ -0,0 +1,158 @@ +AC_PREREQ(2.59) -+AC_INIT([cfitsio], [3.080], [pence@tetra.gsfc.nasa.gov]) ++AC_INIT([cfitsio], [3.100], [pence@tetra.gsfc.nasa.gov]) +AC_CONFIG_SRCDIR([fitscore.c]) +AM_INIT_AUTOMAKE([foreign]) + @@ -161,7 +161,7 @@ +AC_OUTPUT --- Makefile.am.absent 1970-01-01 01:00:00.000000000 +0100 +++ Makefile.am 2008-06-02 01:07:45.000000000 +0100 -@@ -0,0 +1,79 @@ +@@ -0,0 +1,81 @@ +lib_LTLIBRARIES = libcfitsio.la + +C_SOURCES = \ @@ -194,10 +194,12 @@ +pkgconfig_DATA = cfitsio.pc + +LDADD = libcfitsio.la -+bin_PROGRAMS = fitscopy imcopy listhead ++bin_PROGRAMS = fitscopy imcopy listhead fpack funpack +fitscopy_SOURCES = fitscopy.c +listhead_SOURCES = listhead.c +imcopy_SOURCES = imcopy.c ++fpack_SOURCES = fpack.c fpackutil.c ++funpack_SOURCES = funpack.c fpackutil.c + +# tests +check_PROGRAMS = testprog |