summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/sim/files/sim-0.9.2-head.patch')
-rw-r--r--net-im/sim/files/sim-0.9.2-head.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/net-im/sim/files/sim-0.9.2-head.patch b/net-im/sim/files/sim-0.9.2-head.patch
deleted file mode 100644
index f1310d3e8997..000000000000
--- a/net-im/sim/files/sim-0.9.2-head.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- acinclude.m4 2003-12-24 19:10:45.000000000 +0000
-+++ acinclude.m4 2004-01-14 10:07:52.744060428 +0000
-@@ -9626,7 +9626,7 @@
- # If the export-symbols file already is a .def file (1st line
- # is EXPORTS), use it as is.
- # If DATA tags from a recent dlltool are present, honour them!
-- _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`head -1 $export_symbols`" = xEXPORTS; then
-+ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`head -n 1 $export_symbols`" = xEXPORTS; then
- cp $export_symbols $output_objdir/$soname-def;
- else
- echo EXPORTS > $output_objdir/$soname-def;
---- aclocal.m4 2003-12-24 19:11:05.000000000 +0000
-+++ aclocal.m4 2004-01-14 10:08:01.427418736 +0000
-@@ -9583,7 +9583,7 @@
- # If the export-symbols file already is a .def file (1st line
- # is EXPORTS), use it as is.
- # If DATA tags from a recent dlltool are present, honour them!
-- _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`head -1 $export_symbols`" = xEXPORTS; then
-+ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`head -n 1 $export_symbols`" = xEXPORTS; then
- cp $export_symbols $output_objdir/$soname-def;
- else
- echo EXPORTS > $output_objdir/$soname-def;