diff options
Diffstat (limited to 'x11-wm/afterstep-stable')
-rw-r--r-- | x11-wm/afterstep-stable/files/patch-safemalloc.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-wm/afterstep-stable/files/patch-safemalloc.h b/x11-wm/afterstep-stable/files/patch-safemalloc.h new file mode 100644 index 000000000000..9f78af65a209 --- /dev/null +++ b/x11-wm/afterstep-stable/files/patch-safemalloc.h @@ -0,0 +1,13 @@ +$FreeBSD$ + +--- libAfterBase/safemalloc.h.orig Mon Sep 13 13:48:08 2004 ++++ libAfterBase/safemalloc.h Mon Sep 13 13:48:40 2004 +@@ -1,7 +1,7 @@ + #ifndef SAFEMALLOC_H_HEADER_INCLUDED + #define SAFEMALLOC_H_HEADER_INCLUDED + +-#ifdef HAVE_MALLOC_H ++#if defined(HAVE_MALLOC_H) && !defined(__FreeBSD__) + #include <malloc.h> + #else + #ifdef HAVE_STDLIB_H |