freebsd-ports/graphics/synfig/files/patch-src__synfig__transform.cpp
Adriaan de Groot 2ba684b4db graphics/synfig*: re-categorize, hand-off MAINTAINER
Chris writes (in the PR mentioned below):

	I need to use Synfig. It appears to be in the
	wrong category (devel), should be graphics. As it is
	an image manipulation application. I also see it's WAY
	out of date.

	This pr changes devel/synfig to graphics/synfig. As I
	also seek to update this port and graphics/synfigstudio;
	takes MAINTAINER.

apply the patch, massaging it to maintain INDEX &c. Hands off
maintainership (from ports@).

PR:		257030
Reported by:	Chris Hutchinson
2021-07-09 13:46:48 +02:00

10 lines
185 B
C++

--- src/synfig/transform.cpp.orig 2015-03-28 10:15:01 UTC
+++ src/synfig/transform.cpp
@@ -31,6 +31,7 @@
#include "transform.h"
#include <algorithm>
+#include <cstdlib>
#endif