diff options
author | deischen <deischen@FreeBSD.org> | 2002-03-30 00:25:48 +0800 |
---|---|---|
committer | deischen <deischen@FreeBSD.org> | 2002-03-30 00:25:48 +0800 |
commit | 55d755c4b83db3a6c10da49e6314d9bfd4bfd576 (patch) | |
tree | dbeb734970b47f1b1dc3b747d1b8ab46c64caf2d /deskutils | |
parent | 5f7515ffa2ea4981ad3f8256826c7a001185e8de (diff) | |
download | freebsd-ports-gnome-55d755c4b83db3a6c10da49e6314d9bfd4bfd576.tar.gz freebsd-ports-gnome-55d755c4b83db3a6c10da49e6314d9bfd4bfd576.tar.zst freebsd-ports-gnome-55d755c4b83db3a6c10da49e6314d9bfd4bfd576.zip |
Prevent inclusion of <malloc.h> when building.
Reported by: bento
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/plan/files/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/deskutils/plan/files/patch-aa b/deskutils/plan/files/patch-aa new file mode 100644 index 000000000000..90a44a002ee4 --- /dev/null +++ b/deskutils/plan/files/patch-aa @@ -0,0 +1,12 @@ +--- servmenu.c.orig Tue Mar 2 14:02:17 1999 ++++ servmenu.c Fri Mar 29 11:24:14 2002 +@@ -8,7 +8,9 @@ + + #include <stdio.h> + #include <time.h> ++#ifndef STDLIBMALLOC + #include <malloc.h> ++#endif + #include <Xm/Xm.h> + #include <Xm/DialogS.h> + #include <Xm/Form.h> |