patch-Makefile_PL 365 B

12345678910111213
  1. $OpenBSD: patch-Makefile_PL,v 1.2 2010/09/01 22:32:46 sthen Exp $
  2. --- Makefile.PL.orig Fri Nov 19 10:35:37 2004
  3. +++ Makefile.PL Wed Sep 1 10:41:21 2010
  4. @@ -11,7 +11,7 @@ require './util/config.pl';
  5. my $sattr = &config();
  6. my $written_pwd_file = 'PWD';
  7. -configPwd();
  8. +#configPwd();
  9. my $linktype = defined($$sattr{LINKTYPE}) ? $$sattr{LINKTYPE} : 'dynamic';