diff options
author | joerg <joerg@pkgsrc.org> | 2015-12-10 02:59:28 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-12-10 02:59:28 +0000 |
commit | 2024ad427a579907f7de7095d7779ac9a0b3f3ec (patch) | |
tree | ab182fd856e462f37254b9826882eda29165ccb5 /math | |
parent | 15c94a214ebe577ad84aad8325d98b301028ddf6 (diff) | |
download | pkgsrc-2024ad427a579907f7de7095d7779ac9a0b3f3ec.tar.gz |
Fix missing dependency that I am regulary hitting in bulk builds.
Diffstat (limited to 'math')
-rw-r--r-- | math/octave/distinfo | 3 | ||||
-rw-r--r-- | math/octave/patches/patch-libcruft_Makefile.in | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/math/octave/distinfo b/math/octave/distinfo index ce6d75680ad..b54fa6dcece 100644 --- a/math/octave/distinfo +++ b/math/octave/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.43 2015/11/03 23:33:37 agc Exp $ +$NetBSD: distinfo,v 1.44 2015/12/10 02:59:28 joerg Exp $ SHA1 (octave-3.6.4.tar.bz2) = 3cc9366b6dbbd336eaf90fe70ad16e63705d82c4 RMD160 (octave-3.6.4.tar.bz2) = b0356f0c5d9366b8129d72ac58bbde837fee1a95 @@ -10,6 +10,7 @@ SHA1 (patch-doc_interpreter_plot.txi) = b205f704ce625694a25ab57f4fad4460d1fbc0e9 SHA1 (patch-doc_liboctave_liboctave.texi) = c53484c70adea766ba1378a1f118942c924a88a5 SHA1 (patch-fflush-fpos_t.c) = 24ed7f95f8431b59bc5ee0dfb0e6624b8029f512 SHA1 (patch-fseeko-fpos_t.c) = ca846a014f9adfd47f7bbcf6557bf26a53f4a8e9 +SHA1 (patch-libcruft_Makefile.in) = 1983c11d55146f8fdf51a3db61e797dfb7980f09 SHA1 (patch-libgnu_stdio.in.h) = 20950b67577e0ff34e761b02ac15338c9cfc4cb9 SHA1 (patch-libgnu_string.in.h) = 4af39b76faa3ac90454a9d664919b7a6cd45fa9d SHA1 (patch-liboctave_mx-inlines.cc) = 0b69e1166902ef3d5e8737e4f72449e2d202477a diff --git a/math/octave/patches/patch-libcruft_Makefile.in b/math/octave/patches/patch-libcruft_Makefile.in new file mode 100644 index 00000000000..2dbcbf87516 --- /dev/null +++ b/math/octave/patches/patch-libcruft_Makefile.in @@ -0,0 +1,13 @@ +$NetBSD: patch-libcruft_Makefile.in,v 1.1 2015/12/10 02:59:28 joerg Exp $ + +--- libcruft/Makefile.in.orig 2015-11-28 19:54:45.000000000 +0000 ++++ libcruft/Makefile.in +@@ -2055,7 +2055,7 @@ libcruft_la_LDFLAGS = \ + -bindir $(bindir) \ + $(LIBCRUFT_LINK_OPTS) + +-libcruft_la_DEPENDENCIES = cruft.def ++libcruft_la_DEPENDENCIES = cruft.def libranlib.la + noinst_LTLIBRARIES = libranlib.la + libranlib_la_SOURCES = ranlib/advnst.f ranlib/genbet.f ranlib/genchi.f \ + ranlib/genexp.f ranlib/genf.f ranlib/gengam.f ranlib/genmn.f \ |