From 250fb72289caf185aa0dea11592f9d906f70ec8f Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 24 Sep 2004 15:31:44 +0000 Subject: Workaround stupidity in the scigraphica configure script by explicitly specifying the library and header paths for readline. Otherwise, the configure script will dumbly pass "-I -I" and "-L -L" to the compiler, which breaks libtool. --- graphics/scigraphica/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'graphics/scigraphica') diff --git a/graphics/scigraphica/Makefile b/graphics/scigraphica/Makefile index 20be70cf6e3..ab4e41ec106 100644 --- a/graphics/scigraphica/Makefile +++ b/graphics/scigraphica/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2004/09/21 15:10:26 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2004/09/24 15:31:44 jlam Exp $ # DISTNAME= scigraphica-0.8.0 @@ -18,6 +18,10 @@ USE_GNU_READLINE= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --without-gnome +CONFIGURE_ARGS+= --with-readline-include-path=${BUILDLINK_PREFIX.readline}/include +CONFIGURE_ARGS+= --with-readline-path=${BUILDLINK_PREFIX.readline}/lib +CONFIGURE_ARGS+= --with-termcap-include-path=${BUILDLINK_PREFIX.readline}/include +CONFIGURE_ARGS+= --with-termcap-path=${BUILDLINK_PREFIX.readline}/lib CONFIGURE_ENV+= PYTHONBIN=${PYTHONBIN} USE_LIBTOOL= YES -- cgit v1.2.3