mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
Fix with perl-5.18
PR: ports/193064
This commit is contained in:
parent
a3715df88a
commit
932f3c64d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366443
11
x11-clocks/intclock/files/patch-Makefile.PL
Normal file
11
x11-clocks/intclock/files/patch-Makefile.PL
Normal file
@ -0,0 +1,11 @@
|
||||
--- ./Makefile.PL.orig 2014-08-28 18:50:07.282934874 +0100
|
||||
+++ ./Makefile.PL 2014-08-28 18:50:28.962268980 +0100
|
||||
@@ -33,7 +33,7 @@
|
||||
# preliminary checks
|
||||
#------------------------------------------------------------------------
|
||||
# Mandatory perl modules
|
||||
-foreach my $module qw(Data::Dumper Time::HiRes Locale::Maketext) {
|
||||
+foreach my $module (qw(Data::Dumper Time::HiRes Locale::Maketext)) {
|
||||
print "Checking whether $module perl module is available... ";
|
||||
eval "use $module";
|
||||
if ($@) {
|
Loading…
Reference in New Issue
Block a user