diff options
author | joerg <joerg> | 2015-03-26 15:59:08 +0000 |
---|---|---|
committer | joerg <joerg> | 2015-03-26 15:59:08 +0000 |
commit | 2ef9e37ca7affe233a8c1f0f0d737889fd35616c (patch) | |
tree | 769910ad18d4249402142a847b429135bcad9766 /time | |
parent | eb5d65dcbfb98609e32de5e3abd4f830ac032274 (diff) | |
download | pkgsrc-2ef9e37ca7affe233a8c1f0f0d737889fd35616c.tar.gz |
Honour LDFLAGS.
Diffstat (limited to 'time')
-rw-r--r-- | time/wyrd/distinfo | 3 | ||||
-rw-r--r-- | time/wyrd/patches/patch-curses_Makefile.in | 12 |
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 + |