summaryrefslogtreecommitdiff
path: root/lang/cilk/patches
diff options
context:
space:
mode:
authoragc <agc>2002-07-17 08:36:10 +0000
committeragc <agc>2002-07-17 08:36:10 +0000
commite7e5ab507790b5270a979688d028b6664dc3adff (patch)
treeae31621ff0391ccff8cfcda02769ad74251f1172 /lang/cilk/patches
parent783c9c8c67fc23e46fbce0fc94fd124647419beb (diff)
downloadpkgsrc-e7e5ab507790b5270a979688d028b6664dc3adff.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/patches')
-rw-r--r--lang/cilk/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
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
+