freebsd-ports/x11-wm/sapphire/files/patch-image.cc
Thomas Abthorpe af72916fe4 - update to 0.15.8
- set MAKE_ENV= CC=${CXX} (recommended by sat@)

Approved by:	clsung (mentor)
2007-09-12 01:14:32 +00:00

12 lines
247 B
C++

--- image.cc.orig 2001-12-31 17:48:53.000000000 -0500
+++ image.cc 2007-09-10 13:43:45.000000000 -0400
@@ -22,7 +22,9 @@
#include "sapphire.hh"
+#ifndef __STDC__
#include <malloc.h>
+#endif
#ifdef GradientHack
# include <math.h>