1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/x11-wm/fvwm95/files/patch-ab
Andreas Klemm 33976f70df Upgraded fvwm95 port to version 2.0.43a.
The fvwm95 developement team makes good progress ;-))

One thing I doesn't understand when making the port:

When doing make package, then the first @cwd in PLIST isn't
used, so fvwm96 is packaged as /usr/local/bin/fvwm95 instead
of /usr/X11R6/bin/fvwm95.

Would someone please be so kind to look at this. Is it me or
is pkg_add misbehaving ?!
1997-02-01 14:14:23 +00:00

17 lines
367 B
Plaintext

--- modules/FvwmForm/FvwmForm.c.orig Sat Feb 1 14:02:05 1997
+++ modules/FvwmForm/FvwmForm.c Sat Feb 1 14:03:13 1997
@@ -16,7 +16,13 @@
#include <X11/cursorfont.h>
#define XK_MISCELLANY
#include <X11/keysymdef.h>
+
+#ifdef __FreeBSD__
+#include <stdlib.h>
+#else
#include <malloc.h>
+#endif
+
#include <string.h>
#include <sys/types.h>
#include <sys/time.h>