diff options
Diffstat (limited to 'x11/eaglemode/files/patch-makers-unicc-plugins-unicc__gnu.pm')
-rw-r--r-- | x11/eaglemode/files/patch-makers-unicc-plugins-unicc__gnu.pm | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/x11/eaglemode/files/patch-makers-unicc-plugins-unicc__gnu.pm b/x11/eaglemode/files/patch-makers-unicc-plugins-unicc__gnu.pm new file mode 100644 index 000000000000..03823c0b2463 --- /dev/null +++ b/x11/eaglemode/files/patch-makers-unicc-plugins-unicc__gnu.pm @@ -0,0 +1,18 @@ +--- 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); + } + |