aboutsummaryrefslogtreecommitdiff
path: root/biology/migrate/files
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-02-27 07:34:21 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-02-27 07:34:21 +0000
commit4ba46d90172f391acf2849a192df2d76ed8a8b1d (patch)
tree26f2ba3106b1be2c908b31f8dfd531da549c0982 /biology/migrate/files
parentc6561f9e15b6197009b619785f82f2778b2cbdd3 (diff)
downloadports-4ba46d90172f391acf2849a192df2d76ed8a8b1d.tar.gz
ports-4ba46d90172f391acf2849a192df2d76ed8a8b1d.zip
Notes
Diffstat (limited to 'biology/migrate/files')
-rw-r--r--biology/migrate/files/patch-src-pretty-win32.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/biology/migrate/files/patch-src-pretty-win32.cpp b/biology/migrate/files/patch-src-pretty-win32.cpp
new file mode 100644
index 000000000000..c6e2321db136
--- /dev/null
+++ b/biology/migrate/files/patch-src-pretty-win32.cpp
@@ -0,0 +1,12 @@
+--- pretty-win32.cpp.orgi 2008-02-27 08:15:26.000000000 +0100
++++ pretty-win32.cpp 2008-02-27 08:16:07.000000000 +0100
+@@ -13,9 +13,3 @@
+ _set_new_handler(throw_new_handler);
+ }
+ #endif
+-
+-int dummy_function(int do_nothing)
+-{
+- print("Some computer fail to compile MIGRATE with empty files\n");
+- return 0;
+-}