aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2008-11-01 20:23:31 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2008-11-01 20:23:31 +0800
commit607fd6ca2e4dac680f8657246a845d7b122700f6 (patch)
treef8e0983d72bdc368dbfa228e5335e1fbce48df7b /x11
parent3967de9a09f328253ec47a7d08e48cc6cb997b36 (diff)
downloadfreebsd-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.pl19
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); }
- }