diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2016-05-07 16:04:47 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2016-05-07 16:04:47 +0000 |
commit | cfe34ad1339c8a4b4928d6f254ecc5cbf7642f93 (patch) | |
tree | 11ba65dbb485bc2a3c964bcb19b97a9b6f9c4447 /gnu | |
parent | e502f5d86376083ac84fbddf482ab303243774d8 (diff) |
fix build within perl
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/perl/cpan/Term-ReadKey/Configure.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/cpan/Term-ReadKey/Configure.pm b/gnu/usr.bin/perl/cpan/Term-ReadKey/Configure.pm index 98fa0d413fd..9c502d359dc 100644 --- a/gnu/usr.bin/perl/cpan/Term-ReadKey/Configure.pm +++ b/gnu/usr.bin/perl/cpan/Term-ReadKey/Configure.pm @@ -8,7 +8,7 @@ # merging into the original, please contact me at kjahds@kjahds.com or # CIS:70705,126 # -# $Id: Configure.pm,v 1.1 2016/05/07 16:03:09 espie Exp $ +# $Id: Configure.pm,v 1.2 2016/05/07 16:04:46 espie Exp $ # # Todo: clean up redudant code in CPP, Compile, Link, and Execute @@ -48,7 +48,7 @@ require Exporter; GetNumericSymbol GetConstants); -use Cwd; +#use Cwd; use Config; my ($C_usrinc, $C_libpth, $C_cppstdin, $C_cppflags, $C_cppminus, |