openbsd-ports/databases/p5-sybperl/patches/patch-Makefile_PL
sthen 68b9791551 sync patches, move to new-style WANTLIB/REVISION, and fix PKGNAME
which had lost its p5- prefix years ago.  ok steven@
2010-09-01 22:32:46 +00:00

13 lines
365 B
Plaintext

$OpenBSD: patch-Makefile_PL,v 1.2 2010/09/01 22:32:46 sthen Exp $
--- Makefile.PL.orig Fri Nov 19 10:35:37 2004
+++ Makefile.PL Wed Sep 1 10:41:21 2010
@@ -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';