diff options
author | wiz <wiz> | 2000-09-11 02:02:40 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-09-11 02:02:40 +0000 |
commit | 659cb2677c8b2935b797f1a080856d35eee18011 (patch) | |
tree | 3adfa3abcbb2193932a71d203a658df367b8c008 /devel | |
parent | d4950c94af268f1c5704dc8ade38a6fe7156bd2d (diff) | |
download | pkgsrc-659cb2677c8b2935b797f1a080856d35eee18011.tar.gz |
Modify order of compile flags of pgcc, as requested in pkg/9921.
Approved by explorer. Step to 0.17nb1.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/unproven-pthreads/Makefile | 3 | ||||
-rw-r--r-- | devel/unproven-pthreads/files/patch-sum | 7 | ||||
-rw-r--r-- | devel/unproven-pthreads/patches/patch-aa | 10 |
3 files changed, 14 insertions, 6 deletions
diff --git a/devel/unproven-pthreads/Makefile b/devel/unproven-pthreads/Makefile index c0508f912f8..4711ecd0f5c 100644 --- a/devel/unproven-pthreads/Makefile +++ b/devel/unproven-pthreads/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2000/07/10 20:12:18 explorer Exp $ +# $NetBSD: Makefile,v 1.17 2000/09/11 02:02:40 wiz Exp $ # DISTNAME= unproven-pthreads-0.17 +PKGNAME= ${DISTNAME}nb1 CATEGORIES= devel MASTER_SITES= ftp://ftp.flame.org/pub/netbsd/ diff --git a/devel/unproven-pthreads/files/patch-sum b/devel/unproven-pthreads/files/patch-sum index d2f69150ded..b5d61e5df30 100644 --- a/devel/unproven-pthreads/files/patch-sum +++ b/devel/unproven-pthreads/files/patch-sum @@ -1,6 +1,3 @@ -$NetBSD: patch-sum,v 1.2 2000/03/27 23:36:14 explorer Exp $ +$NetBSD: patch-sum,v 1.3 2000/09/11 02:02:40 wiz Exp $ -This placeholder file is generated by the ``makepatchsum'' target -whenever the patches directory is empty or missing. Its purpose -is to ensure that the presence of any obsolete patches will cause -the proper error to be emitted at build time. +MD5 (patch-aa) = c22d3df041130ba62d48208de1f281c5 diff --git a/devel/unproven-pthreads/patches/patch-aa b/devel/unproven-pthreads/patches/patch-aa new file mode 100644 index 00000000000..7d1f06803e3 --- /dev/null +++ b/devel/unproven-pthreads/patches/patch-aa @@ -0,0 +1,10 @@ +$NetBSD: patch-aa,v 1.3 2000/09/11 02:02:40 wiz Exp $ + +--- scripts/pgcc.sh.orig Sun Nov 7 00:34:00 1999 ++++ scripts/pgcc.sh +@@ -30,4 +30,4 @@ + + # Include the -L option in any case, just in case the user provided the + # names of some libraries we've built threaded versions of. +-eval exec COMPILER '"$@"' $include_dir $lib_dir $ldrun $libs ++eval exec COMPILER $lib_dir $ldrun '"$@"' $include_dir $libs |