summaryrefslogtreecommitdiff
path: root/math/cassowary
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2003-01-23 19:57:28 +0000
committerkristerw <kristerw@pkgsrc.org>2003-01-23 19:57:28 +0000
commit1f9d6426bc31a52de47e44ea46c45c6cdb7a6222 (patch)
tree3578bafd5da2a755a61ea4d42e08aeff03ab7fd1 /math/cassowary
parentc54fc4da336b5a4ad36d787ad4ede4b0137b5784 (diff)
downloadpkgsrc-1f9d6426bc31a52de47e44ea46c45c6cdb7a6222.tar.gz
Make configure find guile-config and guile include files.
PKGREVISION++.
Diffstat (limited to 'math/cassowary')
-rw-r--r--math/cassowary/Makefile4
-rw-r--r--math/cassowary/distinfo3
-rw-r--r--math/cassowary/patches/patch-ae11
3 files changed, 15 insertions, 3 deletions
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