1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/x11-wm/sapphire/files/patch-ac
Satoshi Taoka da961162c1 Update to version 0.14.0.2
PR: 16878
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
No response from: maintainer
2000-02-21 16:57:04 +00:00

13 lines
226 B
Plaintext

--- src/image.cc.orig Thu Feb 10 10:36:20 2000
+++ src/image.cc Fri Feb 18 03:26:13 2000
@@ -29,7 +29,9 @@
#include "sapphire.hh"
+#ifndef __STDC__
#include <malloc.h>
+#endif
#ifdef GradientHack
# include <math.h>