1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/graphics/xmrm/files/patch-ae
Ade Lovett 18c6805255 xmrm (X Multi Resoultion image Metamorphosis) is an easy-to-use
morphing/warping program akin to xmorph, with some nice features,
like MPEG video creation.

PR:		14379
Submitted by:	Tobias Reifenberger <treif@mayn.de>
2000-03-28 22:44:14 +00:00

20 lines
513 B
Plaintext

--- 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)