diff options
author | jlam <jlam@pkgsrc.org> | 2001-05-29 05:48:56 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-05-29 05:48:56 +0000 |
commit | 069ec3886307b90e307b0e5fbf79cebe03f4807c (patch) | |
tree | 69366d68a0584f400b9feb14a2f03c3a2027e6f3 /time/devtodo/patches/patch-ac | |
parent | d34227cf28e18c7703555a999ae4887c261af24f (diff) | |
download | pkgsrc-069ec3886307b90e307b0e5fbf79cebe03f4807c.tar.gz |
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.
Diffstat (limited to 'time/devtodo/patches/patch-ac')
-rw-r--r-- | time/devtodo/patches/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
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 = |