summaryrefslogtreecommitdiff
path: root/astro/libnova/files
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-10-23 08:48:20 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-10-23 08:48:20 +0000
commit9cf417c07ae2ee0ec27522c6fa66d510037c3711 (patch)
tree068a459da9d77d8e4037bb084829fd240e9f2ebf /astro/libnova/files
parentupgrade to 2.2.0 (diff)
add libnova 0.5.0
Astronomical Calculation Library
Notes
Notes: svn path=/head/; revision=68642
Diffstat (limited to 'astro/libnova/files')
-rw-r--r--astro/libnova/files/patch-Makefile.in9
-rw-r--r--astro/libnova/files/patch-configure10
2 files changed, 19 insertions, 0 deletions
diff --git a/astro/libnova/files/patch-Makefile.in b/astro/libnova/files/patch-Makefile.in
new file mode 100644
index 000000000000..d8e808d103ef
--- /dev/null
+++ b/astro/libnova/files/patch-Makefile.in
@@ -0,0 +1,9 @@
+--- src/Makefile.in.orig Wed Oct 23 16:40:39 2002
++++ src/Makefile.in Wed Oct 23 16:43:50 2002
+@@ -92,5 +92,5 @@
+
+
+-libnova_la_LDFLAGS = -version-info $(LT_VERSION) -release $(LT_RELEASE)
++#libnova_la_LDFLAGS = -version-info $(LT_VERSION) -release $(LT_RELEASE)
+
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
diff --git a/astro/libnova/files/patch-configure b/astro/libnova/files/patch-configure
new file mode 100644
index 000000000000..555bae5e88d9
--- /dev/null
+++ b/astro/libnova/files/patch-configure
@@ -0,0 +1,10 @@
+--- configure.orig Wed Oct 23 16:35:47 2002
++++ configure Wed Oct 23 16:36:13 2002
+@@ -6163,6 +6163,7 @@
+
+ # This can be used to rebuild libtool when needed
+ LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
++$ac_aux_dir/ltconfig $LIBTOOL_DEPS
+
+ # Always use our own libtool.
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'