summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2003-07-11 08:15:09 +0000
committerjtb <jtb@pkgsrc.org>2003-07-11 08:15:09 +0000
commitc9c4feb129e247f295135152c5649eafbe293d97 (patch)
tree629302c53609e95f45dc5ae2c6861a73761e5566 /lang
parentf0caf3dcde067e6f986657ea9f2d97c0f1205f10 (diff)
downloadpkgsrc-c9c4feb129e247f295135152c5649eafbe293d97.tar.gz
* Use LIBTOOL_OVERRIDE
* Remove a useless chunk from patch-ac Pointed out by wiz.
Diffstat (limited to 'lang')
-rw-r--r--lang/cilk/Makefile4
-rw-r--r--lang/cilk/distinfo4
-rw-r--r--lang/cilk/patches/patch-ac7
3 files changed, 5 insertions, 10 deletions
diff --git a/lang/cilk/Makefile b/lang/cilk/Makefile
index eaac3c0dc49..256894c5109 100644
--- a/lang/cilk/Makefile
+++ b/lang/cilk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2003/07/11 07:28:12 jtb Exp $
+# $NetBSD: Makefile,v 1.13 2003/07/11 08:15:09 jtb Exp $
DISTNAME= cilk-5.3.1
PKGREVISION= 2
@@ -17,7 +17,7 @@ USE_BUILDLINK2= # defined
USE_GMAKE= # defined
USE_PERL5= yes
USE_LIBTOOL= yes
-LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
PTHREAD_OPTS+= require
USE_NEW_TEXINFO= YES
diff --git a/lang/cilk/distinfo b/lang/cilk/distinfo
index af9ec0fee2c..03714bb9738 100644
--- a/lang/cilk/distinfo
+++ b/lang/cilk/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.4 2003/07/11 07:28:13 jtb Exp $
+$NetBSD: distinfo,v 1.5 2003/07/11 08:15:09 jtb Exp $
SHA1 (cilk-5.3.1.tar.gz) = 2a0d142badc7be57787c4608fc07b98090207994
Size (cilk-5.3.1.tar.gz) = 848755 bytes
SHA1 (patch-aa) = de31546280810242eb44f1d06ded023d23109092
SHA1 (patch-ab) = c8bb837869e3dced44aeff03ba36879929e9251f
-SHA1 (patch-ac) = d10863c21fd5d29b512baa662f8e91caa6d17f08
+SHA1 (patch-ac) = c2b91a956e968997551594466cb3f106fbbedaae
diff --git a/lang/cilk/patches/patch-ac b/lang/cilk/patches/patch-ac
index da584eb1a95..0862e6f20f4 100644
--- a/lang/cilk/patches/patch-ac
+++ b/lang/cilk/patches/patch-ac
@@ -1,4 +1,4 @@
-$NetBSD: patch-ac,v 1.1 2003/07/11 07:28:13 jtb Exp $
+$NetBSD: patch-ac,v 1.2 2003/07/11 08:15:09 jtb Exp $
--- runtime/workers.c.orig
+++ runtime/workers.c
@@ -13,8 +13,3 @@ $NetBSD: patch-ac,v 1.1 2003/07/11 07:28:13 jtb Exp $
for (i = 0; i < USE_PARAMETER(active_size); i++)
{
-@@ -82,4 +84,3 @@
- res, i));
- }
- }
--