diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-07-12 15:01:45 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-07-12 15:01:45 +0000 |
commit | daffe00d4a57c0ef6a21947a8121b8d233d8d3a5 (patch) | |
tree | 713942325bda393305edb21d46cd7f38d213aebc /x11/eaglemode/files/patch-makers-unicc-plugins-unicc__gnu.pm | |
parent | - Update to 20110724.002 (diff) |
- 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
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); + } + |