mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-13 06:23:45 -04:00
14 lines
347 B
Plaintext
14 lines
347 B
Plaintext
$NetBSD: patch-aa,v 1.1.1.1 2004/03/29 10:01:33 grant Exp $
|
|
|
|
--- Makefile.PL.orig 2004-01-01 03:47:07.000000000 +1100
|
|
+++ Makefile.PL
|
|
@@ -11,7 +11,7 @@ require './util/config.pl';
|
|
my $sattr = &config();
|
|
my $written_pwd_file = 'PWD';
|
|
|
|
-configPwd();
|
|
+# configPwd();
|
|
|
|
my $linktype = defined($$sattr{LINKTYPE}) ? $$sattr{LINKTYPE} : 'dynamic';
|
|
|