void-packages/srcpkgs/mozjs24/patches/perl522.patch
Enno Boland 737e1983c9
Revert "mozjs24: remove package, not used anymore"
This reverts commit b29b1dc8c0.

Used for polkit.
2018-03-19 21:14:43 +01:00

11 lines
270 B
Diff

--- js/src/config/milestone.pl.orig
+++ js/src/config/milestone.pl
@@ -56,7 +56,7 @@
#
my $milestone = Moz::Milestone::getOfficialMilestone($MILESTONE_FILE);
-if (defined(@TEMPLATE_FILE)) {
+if (@TEMPLATE_FILE) {
my $TFILE;
foreach $TFILE (@TEMPLATE_FILE) {