1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/x11/eaglemode/files/patch-makers-unicc-plugins-unicc__gnu.pm
Dmitry Marakasov daffe00d4a - Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
- Canonicalize patch names
- Fix DOS line endings in patch files
2013-07-12 15:01:45 +00:00

19 lines
400 B
Perl

--- makers/unicc/plugins/unicc_gnu.pm.orig 2008-10-29 08:27:34.000000000 +0300
+++ makers/unicc/plugins/unicc_gnu.pm 2008-10-30 00:08:33.000000000 +0300
@@ -142,6 +142,7 @@
push(@args,GetObjFiles->[$index]);
}
+ @args = split(/\s+/, join(' ', @args));
return PrintAndRun(@args);
}
@@ -178,6 +179,7 @@
}
}
+ @args = split(/\s+/, join(' ', @args));
return PrintAndRun(@args);
}