pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/scigraphica Workaround stupidity in the scigr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/783dee2d4049
branches:  trunk
changeset: 481036:783dee2d4049
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Sep 24 15:31:44 2004 +0000

description:
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.

diffstat:

 graphics/scigraphica/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r ee29e26bb963 -r 783dee2d4049 graphics/scigraphica/Makefile
--- a/graphics/scigraphica/Makefile     Fri Sep 24 15:00:10 2004 +0000
+++ b/graphics/scigraphica/Makefile     Fri Sep 24 15:31:44 2004 +0000
@@ -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 @@
 
 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



Home | Main Index | Thread Index | Old Index