diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2008-11-01 12:23:31 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2008-11-01 12:23:31 +0000 |
commit | 8db24c7a9abe66162bd344459d4ae88b16d23d5c (patch) | |
tree | cf4955109c5004b063ac72cab3b7812942d0dc83 /x11/eaglemode | |
parent | 8cb9da763effb4630e52413a7aa90207668bbf32 (diff) | |
download | ports-8db24c7a9abe66162bd344459d4ae88b16d23d5c.tar.gz ports-8db24c7a9abe66162bd344459d4ae88b16d23d5c.zip |
Notes
Diffstat (limited to 'x11/eaglemode')
-rw-r--r-- | x11/eaglemode/files/patch-makers-uniqcc-uniqcc_gnu.pl | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/x11/eaglemode/files/patch-makers-uniqcc-uniqcc_gnu.pl b/x11/eaglemode/files/patch-makers-uniqcc-uniqcc_gnu.pl deleted file mode 100644 index 0e2816143cbc..000000000000 --- a/x11/eaglemode/files/patch-makers-uniqcc-uniqcc_gnu.pl +++ /dev/null @@ -1,19 +0,0 @@ ---- makers/unicc/unicc_gnu.pl.orig 2008-04-09 14:53:52.000000000 +0400 -+++ makers/unicc/unicc_gnu.pl 2008-05-04 20:22:58.000000000 +0400 -@@ -322,6 +322,8 @@ - push(@args,"-o"); - push(@args,$Objs[$i]); - -+ @args = split(/\s+/, join(' ', @args)); -+ - print("@args\n"); - if (system(@args)!=0) { exit(1); } - } -@@ -390,6 +392,7 @@ - push(@args,"-Xlinker"); - push(@args,$ImportLib); - } -+ @args = split(/\s+/, join(' ', @args)); - print("@args\n"); - if (system(@args)!=0) { exit(1); } - } |