summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2015-03-26 15:59:08 +0000
committerjoerg <joerg@pkgsrc.org>2015-03-26 15:59:08 +0000
commit2cf6295b7f617df23262aef7181f1a81b57d2e16 (patch)
tree769910ad18d4249402142a847b429135bcad9766 /time
parent6302677803637b0d4da71a48a8a88a39a31ad7df (diff)
downloadpkgsrc-2cf6295b7f617df23262aef7181f1a81b57d2e16.tar.gz
Honour LDFLAGS.
Diffstat (limited to 'time')
-rw-r--r--time/wyrd/distinfo3
-rw-r--r--time/wyrd/patches/patch-curses_Makefile.in12
2 files changed, 14 insertions, 1 deletions
diff --git a/time/wyrd/distinfo b/time/wyrd/distinfo
index 46b1ddce521..f028ec9caa6 100644
--- a/time/wyrd/distinfo
+++ b/time/wyrd/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.4 2014/12/04 04:51:04 mef Exp $
+$NetBSD: distinfo,v 1.5 2015/03/26 15:59:08 joerg Exp $
SHA1 (wyrd-1.4.6.tar.gz) = aaeca29b844825f45aadcf5207f4d1c875e4dc82
RMD160 (wyrd-1.4.6.tar.gz) = 47319812942195d4b56f861b7cbb527e94e7495f
Size (wyrd-1.4.6.tar.gz) = 425829 bytes
SHA1 (patch-Makefile.in) = 0dbd5042fa40810a76cb89b677ce3a71ececde9e
+SHA1 (patch-curses_Makefile.in) = 26602a2b71bacd37555ad6a1c3966f7b25721f34
diff --git a/time/wyrd/patches/patch-curses_Makefile.in b/time/wyrd/patches/patch-curses_Makefile.in
new file mode 100644
index 00000000000..7213321f64c
--- /dev/null
+++ b/time/wyrd/patches/patch-curses_Makefile.in
@@ -0,0 +1,12 @@
+$NetBSD: patch-curses_Makefile.in,v 1.1 2015/03/26 15:59:08 joerg Exp $
+
+--- curses/Makefile.in.orig 2015-03-22 16:58:53.000000000 +0000
++++ curses/Makefile.in
+@@ -15,6 +15,7 @@ LDFLAGS = @LDFLAGS@
+ RANLIB = @RANLIB@
+ LIBINSTALL_FILES = $(wildcard *.mli *.cmi *.cma *.cmxa *.a *.so)
+ OCAMLDOCFLAGS = -stars
++OCAMLMKLIB_FLAGS+= ${LDFLAGS}
+
+ all: byte
+