summaryrefslogtreecommitdiff
path: root/devel/mit-pthreads/Makefile
diff options
context:
space:
mode:
authoragc <agc>1997-10-13 11:36:19 +0000
committeragc <agc>1997-10-13 11:36:19 +0000
commiteb4b755544eaa96a65b4b40a497c5053eaec2522 (patch)
treeb09df2a48ab6e65b44dd9ef1ebe3e1495b2e3dd3 /devel/mit-pthreads/Makefile
parented942e75c2b0ef2d4182687289560b852be415a8 (diff)
downloadpkgsrc-eb4b755544eaa96a65b4b40a497c5053eaec2522.tar.gz
Changes from Matthias Drochner <drochner@zelux6.zel.kfa-juelich.de> to:
+ use native make, rather than gmake - this gives us the profiled library, and PIC library too, and also means we can get rid of my previous hacks to specify the correct prefix. + add in support for the system call previously known as getdirentries using getdents(2), if it exists. Note that the patch for this needs 2 lines of context to avoid an Id in the patch file.
Diffstat (limited to 'devel/mit-pthreads/Makefile')
-rw-r--r--devel/mit-pthreads/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/mit-pthreads/Makefile b/devel/mit-pthreads/Makefile
index 786f8b062a5..ffc895373ba 100644
--- a/devel/mit-pthreads/Makefile
+++ b/devel/mit-pthreads/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 1997/10/10 19:52:02 agc Exp $
+# $NetBSD: Makefile,v 1.2 1997/10/13 11:36:19 agc Exp $
# New ports collection makefile for: MIT pthreads
# Version required: 1.60beta6
# Date created: 10th October 1997
@@ -10,9 +10,8 @@ PKGNAME= mit-pthreads-1.60b6
CATEGORIES= devel
MASTER_SITES= ftp://sipb.mit.edu/pub/pthreads/
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-MAKEFILE= GNUmakefile
+HAS_CONFIGURE= yes
+CONFIGURE_ARGS+= --prefix=${PREFIX}/pthreads
post-install:
find ${PREFIX}/pthreads/include -type f -print|xargs chmod 644