diff options
author | tron <tron@pkgsrc.org> | 1999-05-01 18:35:22 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-05-01 18:35:22 +0000 |
commit | 02bb23dc2f404b7a30daa01ea6c5a3e46dd01c53 (patch) | |
tree | 6f782c900bb6a9d2a8bde05242c4e885b3959290 /devel/mit-pthreads/patches | |
parent | 7ca62abc69ae0ada3c87bf9510c19a3e1de5240a (diff) | |
download | pkgsrc-02bb23dc2f404b7a30daa01ea6c5a3e46dd01c53.tar.gz |
Nuke private definitions of "BINOWN" and "BINGRP" so that files don't
get installed under the id of the user which compiled the package.
Diffstat (limited to 'devel/mit-pthreads/patches')
-rw-r--r-- | devel/mit-pthreads/patches/patch-ah | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/devel/mit-pthreads/patches/patch-ah b/devel/mit-pthreads/patches/patch-ah index 157e532a834..cd173f171cc 100644 --- a/devel/mit-pthreads/patches/patch-ah +++ b/devel/mit-pthreads/patches/patch-ah @@ -1,7 +1,18 @@ -$NetBSD: patch-ah,v 1.3 1999/04/30 14:04:56 bad Exp $ +$NetBSD: patch-ah,v 1.4 1999/05/01 18:35:22 tron Exp $ --- config/Makefile.in.orig Fri Mar 22 05:29:54 1996 -+++ config/Makefile.in Fri Apr 30 15:13:48 1999 ++++ config/Makefile.in Sat May 1 20:27:07 1999 +@@ -18,8 +18,8 @@ + + # Standard bsd install rules look for the "install" program, rather than + # using some variable. So, hack things so that that install rule works. +-BINGRP != echo " " `groups` " " | sed 's/ [0-9][0-9]* / /g' | awk '{print $$1}' +-BINOWN != echo $${USER} ++#BINGRP != echo " " `groups` " " | sed 's/ [0-9][0-9]* / /g' | awk '{print $$1}' ++#BINOWN != echo $${USER} + LIBMODE = 644 # so ranlib can run! + + .include "config.flags" @@ -29,7 +29,7 @@ # pathname for srcdir here, and live with it. srcdir = $(srctop) |