From 100ed5ea21e0371a839c1da86c230f9ec0d0c32c Mon Sep 17 00:00:00 2001 From: pvalchev Date: Wed, 20 Feb 2002 21:00:36 +0000 Subject: [PATCH] Use readline from /usr/lib, instead of building our own... (As a bonus, the readline unsigned char issues do not have to be fixed here too) --- devel/ddd/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/ddd/Makefile b/devel/ddd/Makefile index d61b359339c..106f1282cb1 100644 --- a/devel/ddd/Makefile +++ b/devel/ddd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.30 2001/11/11 13:57:32 heko Exp $ +# $OpenBSD: Makefile,v 1.31 2002/02/20 21:00:36 pvalchev Exp $ COMMENT= "Data Display Debugger, graphical front-end for GDB, etc" @@ -21,6 +21,7 @@ CONFIGURE_STYLE=gnu dest MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC} ${WRKSRC}/libiberty ${WRKSRC}/readline/support CONFIGURE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ INSTALL_DATA="${INSTALL_DATA}" +CONFIGURE_ARGS= --with-readline-libraries=/usr/lib MAKE_FLAGS= MAINTAINER='${MAINTAINER:Q}'