pkgsrc/time/wyrd/patches/patch-curses_Makefile.in

15 lines
379 B
Text
Raw Normal View History

2018-03-14 10:16:02 +01:00
$NetBSD: patch-curses_Makefile.in,v 1.2 2018/03/14 09:16:02 dholland Exp $
Honor pkgsrc LDFLAGS.
2015-03-26 16:59:08 +01:00
--- 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