From 069ec3886307b90e307b0e5fbf79cebe03f4807c Mon Sep 17 00:00:00 2001 From: jlam Date: Tue, 29 May 2001 05:48:56 +0000 Subject: Use buildlink.mk to get readline dependency and use ${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR} to find headers and libraries. Note that this package uses libtool with USE_LIBTOOL and LTCONFIG_OVERRIDE. Look for tputs() in libtermcap. Add patch to ensure that the proper LDFLAGS are passed when linking the executable. --- time/devtodo/patches/patch-ac | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 time/devtodo/patches/patch-ac (limited to 'time/devtodo/patches/patch-ac') diff --git a/time/devtodo/patches/patch-ac b/time/devtodo/patches/patch-ac new file mode 100644 index 00000000000..60edc7497b9 --- /dev/null +++ b/time/devtodo/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1 2001/05/29 05:48:57 jlam Exp $ + +--- src/Makefile.in.orig Mon May 14 15:44:16 2001 ++++ src/Makefile.in Tue May 29 01:40:21 2001 +@@ -84,7 +84,7 @@ + LIBS = @READLINE_LIBS@ + + @DEBUG_FALSE@CPPFLAGS = -DNDEBUG +-@DEBUG_FALSE@LDFLAGS = -s ++@DEBUG_FALSE@LDFLAGS += -s + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../config.h + CONFIG_CLEAN_FILES = -- cgit v1.2.3