summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2015-03-26 15:59:08 +0000
committerjoerg <joerg>2015-03-26 15:59:08 +0000
commitab79e0f35d68f6639a7cd91d3e4473ce80f84471 (patch)
tree769910ad18d4249402142a847b429135bcad9766
parent909d5b246e6c378fffec679af0d147053cbf301c (diff)
downloadpkgsrc-ab79e0f35d68f6639a7cd91d3e4473ce80f84471.tar.gz
Honour LDFLAGS.
-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
+