diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2008-11-01 20:23:31 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2008-11-01 20:23:31 +0800 |
commit | 607fd6ca2e4dac680f8657246a845d7b122700f6 (patch) | |
tree | f8e0983d72bdc368dbfa228e5335e1fbce48df7b /x11 | |
parent | 3967de9a09f328253ec47a7d08e48cc6cb997b36 (diff) | |
download | freebsd-ports-gnome-607fd6ca2e4dac680f8657246a845d7b122700f6.tar.gz freebsd-ports-gnome-607fd6ca2e4dac680f8657246a845d7b122700f6.tar.zst freebsd-ports-gnome-607fd6ca2e4dac680f8657246a845d7b122700f6.zip |
- Remove forgotten patch
Diffstat (limited to 'x11')
-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); } - } |