pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/time/wyrd Honour LDFLAGS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b9560507acda
branches:  trunk
changeset: 648980:b9560507acda
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Mar 26 15:59:08 2015 +0000

description:
Honour LDFLAGS.

diffstat:

 time/wyrd/distinfo                         |   3 ++-
 time/wyrd/patches/patch-curses_Makefile.in |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 63eafe68a3fe -r b9560507acda time/wyrd/distinfo
--- a/time/wyrd/distinfo        Thu Mar 26 15:57:34 2015 +0000
+++ b/time/wyrd/distinfo        Thu Mar 26 15:59:08 2015 +0000
@@ -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 -r 63eafe68a3fe -r b9560507acda time/wyrd/patches/patch-curses_Makefile.in
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/wyrd/patches/patch-curses_Makefile.in        Thu Mar 26 15:59:08 2015 +0000
@@ -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
+ 



Home | Main Index | Thread Index | Old Index