diff options
author | 2009-08-26 06:19:40 +0000 | |
---|---|---|
committer | 2009-08-26 06:19:40 +0000 | |
commit | 336219632b4efec68ea34499a059086bb9bb306d (patch) | |
tree | 80757442a2e762a2bcc95b8c6851163ba586e7f1 /sci-astronomy/wcstools/files | |
parent | Better autotools patch, ready to resend upstream (diff) | |
download | historical-336219632b4efec68ea34499a059086bb9bb306d.tar.gz historical-336219632b4efec68ea34499a059086bb9bb306d.tar.bz2 historical-336219632b4efec68ea34499a059086bb9bb306d.zip |
Better autotools patch, ready to resend upstream
Package-Manager: portage-2.2_rc38/cvs/Linux x86_64
Diffstat (limited to 'sci-astronomy/wcstools/files')
-rw-r--r-- | sci-astronomy/wcstools/files/wcstools-3.7-autotools.patch | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sci-astronomy/wcstools/files/wcstools-3.7-autotools.patch b/sci-astronomy/wcstools/files/wcstools-3.7-autotools.patch index eb01336bc702..761dff4ed232 100644 --- a/sci-astronomy/wcstools/files/wcstools-3.7-autotools.patch +++ b/sci-astronomy/wcstools/files/wcstools-3.7-autotools.patch @@ -14,10 +14,12 @@ +AC_OUTPUT --- libned/Makefile.am.orig 1970-01-01 01:00:00.000000000 +0100 +++ libned/Makefile.am 2008-11-03 09:34:57.000000000 +0000 -@@ -0,0 +1,3 @@ +@@ -0,0 +1,5 @@ +lib_LTLIBRARIES = libned.la ++noinst_HEADERS = nedc.h ned_client.h +libned_la_SOURCES = \ + ned_cli.c ned_cif.c ned_err.c ned_sk.c ++EXTRA_DIST = README --- libwcs/Makefile.am.orig 1970-01-01 01:00:00.000000000 +0100 +++ libwcs/Makefile.am 2008-11-03 09:34:57.000000000 +0000 @@ -0,0 +1,17 @@ @@ -40,7 +42,7 @@ +noinst_HEADERS = fitsfile1.h wcscat1.h --- Makefile.am.orig 1970-01-01 01:00:00.000000000 +0100 +++ Makefile.am 2008-11-03 10:09:43.000000000 +0000 -@@ -0,0 +1,78 @@ +@@ -0,0 +1,80 @@ +SUBDIRS = libwcs libned +INCLUDES = -I$(top_srcdir)/libwcs + @@ -49,6 +51,8 @@ + +bin_SCRIPTS = wcstools + ++EXTRA_DIST = wcstools COPYING Readme NEWS Programs ++ +bin_PROGRAMS = \ + cphead delwcs delhead edhead fixpix gethead i2f imcat imhead immatch \ + imrot imsize imstar imwcs scat sethead addpix getpix setpix sky2xy \ |