summaryrefslogtreecommitdiff
path: root/lang/cilk
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2002-07-17 08:36:10 +0000
committeragc <agc@pkgsrc.org>2002-07-17 08:36:10 +0000
commit72dbba9b67f55a2c1cbe0409cd24329d6f2c5410 (patch)
treeae31621ff0391ccff8cfcda02769ad74251f1172 /lang/cilk
parent687d6d1cb49d543e9bde1f20f2f68cf876f4eb55 (diff)
downloadpkgsrc-72dbba9b67f55a2c1cbe0409cd24329d6f2c5410.tar.gz
Make this package compile:
+ use cpp0 rather than cpp + add missing dependency on Perl + use NetBSD's libtool rather than rolling our own at config time
Diffstat (limited to 'lang/cilk')
-rw-r--r--lang/cilk/Makefile5
-rw-r--r--lang/cilk/distinfo3
-rw-r--r--lang/cilk/patches/patch-ab13
3 files changed, 19 insertions, 2 deletions
diff --git a/lang/cilk/Makefile b/lang/cilk/Makefile
index be0838b1998..3a68d87ebc6 100644
--- a/lang/cilk/Makefile
+++ b/lang/cilk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2002/06/15 20:57:51 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2002/07/17 08:36:10 agc Exp $
DISTNAME= cilk-5.3.1
CATEGORIES= lang parallel
@@ -12,8 +12,11 @@ COMMENT= multithreaded parallel programming language based on ANSI C
GNU_CONFIGURE= # defined
USE_BUILDLINK_ONLY= # defined
USE_GMAKE= # defined
+USE_PERL5= yes
USE_PTHREAD= native pth
+USE_LIBTOOL= yes
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
INFO_FILES= cilk-faq.info
diff --git a/lang/cilk/distinfo b/lang/cilk/distinfo
index c00d4377613..d6c780ade08 100644
--- a/lang/cilk/distinfo
+++ b/lang/cilk/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2002/05/04 00:37:29 jtb Exp $
+$NetBSD: distinfo,v 1.2 2002/07/17 08:36:11 agc 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) = e4ae168977deb547e9c388ebcf2bac4dc7d8bbcd
diff --git a/lang/cilk/patches/patch-ab b/lang/cilk/patches/patch-ab
new file mode 100644
index 00000000000..3ac9e6be93e
--- /dev/null
+++ b/lang/cilk/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2002/07/17 08:36:12 agc Exp $
+
+--- support/Makefile.in 2002/07/17 08:20:43 1.1
++++ support/Makefile.in 2002/07/17 08:21:04
+@@ -83,7 +83,7 @@
+ CILK_PAGESIZE = @CILK_PAGESIZE@
+ PTHREAD_LIBS = @PTHREAD_LIBS@ @HOARD_LIBS@
+ GNU_LD = "@HAVE_GNU_LD@"
+-CPP_FOR_CILK = @CPP_FOR_CILK@
++CPP_FOR_CILK = cpp0
+
+ CC = ./cilk-local
+