From 1f9d6426bc31a52de47e44ea46c45c6cdb7a6222 Mon Sep 17 00:00:00 2001 From: kristerw Date: Thu, 23 Jan 2003 19:57:28 +0000 Subject: Make configure find guile-config and guile include files. PKGREVISION++. --- math/cassowary/Makefile | 4 ++-- math/cassowary/distinfo | 3 ++- math/cassowary/patches/patch-ae | 11 +++++++++++ 3 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 math/cassowary/patches/patch-ae (limited to 'math') diff --git a/math/cassowary/Makefile b/math/cassowary/Makefile index e716cbf43c3..01466149eed 100644 --- a/math/cassowary/Makefile +++ b/math/cassowary/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2003/01/07 14:47:16 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2003/01/23 19:57:28 kristerw Exp $ # DISTNAME= cassowary-0.60 +PKGREVISION= 1 CATEGORIES= math MASTER_SITES= http://www.cs.washington.edu/research/constraints/cassowary/ @@ -18,7 +19,6 @@ LIBTOOL_OVERRIDE= ${WRKSRC}/libtool GNU_CONFIGURE= # defined CONFIGURE_ARGS+= --enable-fd-solver -CONFIGURE_ARGS+= --with-guile-prefix=${BUILDLINK_PREFIX.guile14} CONFIGURE_ARGS+= --with-gtl=${BUILDLINK_PREFIX.gtl} YACC= bison -y diff --git a/math/cassowary/distinfo b/math/cassowary/distinfo index 4369bd9b98c..9e962073260 100644 --- a/math/cassowary/distinfo +++ b/math/cassowary/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2002/12/27 02:17:57 jschauma Exp $ +$NetBSD: distinfo,v 1.5 2003/01/23 19:57:28 kristerw Exp $ SHA1 (cassowary-0.60.tar.gz) = 1c9bb84c3e6936cc85d8f660a9ac12017dd631a7 Size (cassowary-0.60.tar.gz) = 1605222 bytes @@ -6,3 +6,4 @@ SHA1 (patch-aa) = 32c7d9db43bea9b9114c4091cd0687b558211a94 SHA1 (patch-ab) = 66119674c748ea04a16b1c91850b4e6acc831ec4 SHA1 (patch-ac) = cf3a4545fafcbed8803d8f0cbabb4d027f25f695 SHA1 (patch-ad) = 84231eed9a335251af62cccba2d60b3f98d8ba48 +SHA1 (patch-ae) = c40138fbae85d58aa74f5cda5700c0cc3db38117 diff --git a/math/cassowary/patches/patch-ae b/math/cassowary/patches/patch-ae new file mode 100644 index 00000000000..d123c1d9e4f --- /dev/null +++ b/math/cassowary/patches/patch-ae @@ -0,0 +1,11 @@ +$NetBSD: patch-ae,v 1.1 2003/01/23 19:57:29 kristerw Exp $ +--- configure.orig Thu Jan 23 20:44:13 2003 ++++ configure Thu Jan 23 20:44:35 2003 +@@ -2532,6 +2532,7 @@ + GUILE_LIBS="${GUILE_LIBS_PRE} `${GUILE_CONFIG} link`" + GUILE_ENABLED="true" + echo "$ac_t""$GUILE_LIBS" 1>&6 ++ GUILE_INCLUDES="${GUILE_INCLUDES} `${GUILE_CONFIG} compile`" + else + echo $ac_n "checking for sin in -lm""... $ac_c" 1>&6 + echo "configure:2538: checking for sin in -lm" >&5 -- cgit v1.2.3