diff options
author | Will Andrews <will@FreeBSD.org> | 2000-08-20 10:21:02 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-08-20 10:21:02 +0000 |
commit | bbe7ed6435f660f5e00abcc13fe977f28b64bba7 (patch) | |
tree | 383653b2009071c60d11e0a8d9319d4eff712516 /misc/kcd-devel/files/patch-af | |
parent | Update to 2.5. Add WWW to DESCR. (diff) |
Update to 5.0.1.
PR: 20655
Submitted by: Ports Fury
Diffstat (limited to '')
-rw-r--r-- | misc/kcd-devel/files/patch-af | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/misc/kcd-devel/files/patch-af b/misc/kcd-devel/files/patch-af new file mode 100644 index 000000000000..cfd92798b3cd --- /dev/null +++ b/misc/kcd-devel/files/patch-af @@ -0,0 +1,14 @@ +--- cxxlib.cc.orig Fri Aug 11 23:14:55 2000 ++++ cxxlib.cc Sat Aug 12 05:33:05 2000 +@@ -19,7 +19,11 @@ + */ + + #include "cxxlib.h" ++#ifdef HAVE_MALLOC_H + #include <malloc.h> ++#else ++#include <stdlib.h> ++#endif + #include <unistd.h> + + extern char progName[]; |