diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-12-14 20:36:21 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-12-14 20:36:21 +0000 |
commit | 7f69caf1662b5a61948f92fe86b03d280f7304cf (patch) | |
tree | b734655ae8254786cb8cdabb8925ea2c346b0a47 /graphics/xmrm/files/patch-ae | |
parent | unbroke build on -cureent (diff) |
This patch solves the build problems on -current and fixes
the libtiff save error (thanks to Eugene Ossintsev).
PR: 45962
Submitted by: treif@mayn.de
Notes
Notes:
svn path=/head/; revision=71637
Diffstat (limited to 'graphics/xmrm/files/patch-ae')
-rw-r--r-- | graphics/xmrm/files/patch-ae | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/graphics/xmrm/files/patch-ae b/graphics/xmrm/files/patch-ae deleted file mode 100644 index 70f7a3dae5df..000000000000 --- a/graphics/xmrm/files/patch-ae +++ /dev/null @@ -1,19 +0,0 @@ ---- xmrm_main.cc.orig Mon Mar 9 17:00:00 1998 -+++ xmrm_main.cc Tue Mar 28 15:23:34 2000 -@@ -6,7 +6,6 @@ - #include <tiffio.h> - #include <stdlib.h> - #include <unistd.h> --#include <malloc.h> //**************** - #include "xmrm.h" - #include "io.h" - #include "const.h" -@@ -308,7 +307,7 @@ - control.debug = 0; - - /* Init control: */ -- control.ControlClass(); // call constructor -+ control.ControlClassInit(); // call constructor - temp = control.URL_manual; - - while( (c=getopt(argc, argv, "hdm:p:")) != -1) |