diff options
author | andreas <andreas@FreeBSD.org> | 1997-08-17 13:26:53 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1997-08-17 13:26:53 +0000 |
commit | 5dccdfecfafdf6232d3f09073e310556a0aee05c (patch) | |
tree | bda9ca01efa0e2b6405f2f5bc9a83474bf1dcd8e /x11-wm | |
parent | a7669201dcc5af8650d1ed1518b26db2c0de2255 (diff) | |
download | FreeBSD-ports-5dccdfecfafdf6232d3f09073e310556a0aee05c.zip FreeBSD-ports-5dccdfecfafdf6232d3f09073e310556a0aee05c.tar.gz |
The fvwm95-2.0.43a port in FreeBSD 2.2.2 needs the following modification to
modules/FvwmTaskBar/Goodies.h to work correctly....
/var/spool/mail -> /var/mail
Submitted by: erakupa@kk.etx.ericsson.se (ETX-B-SL Martti Kuparinen)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/fvwm95-i18n/files/patch-ae | 11 | ||||
-rw-r--r-- | x11-wm/fvwm95/files/patch-ae | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/x11-wm/fvwm95-i18n/files/patch-ae b/x11-wm/fvwm95-i18n/files/patch-ae new file mode 100644 index 0000000..c99a4e0 --- /dev/null +++ b/x11-wm/fvwm95-i18n/files/patch-ae @@ -0,0 +1,11 @@ +--- modules/FvwmTaskBar/Goodies.h.orig Sun Aug 3 13:00:30 1997 ++++ modules/FvwmTaskBar/Goodies.h Sun Aug 3 13:00:09 1997 +@@ -1,4 +1,8 @@ ++#ifdef __FreeBSD__ ++#define DEFAULT_MAIL_PATH "/var/mail/" ++#else + #define DEFAULT_MAIL_PATH "/var/spool/mail/" ++#endif + #define DEFAULT_BELL_VOLUME 20 + + /* Tip window types */ diff --git a/x11-wm/fvwm95/files/patch-ae b/x11-wm/fvwm95/files/patch-ae new file mode 100644 index 0000000..c99a4e0 --- /dev/null +++ b/x11-wm/fvwm95/files/patch-ae @@ -0,0 +1,11 @@ +--- modules/FvwmTaskBar/Goodies.h.orig Sun Aug 3 13:00:30 1997 ++++ modules/FvwmTaskBar/Goodies.h Sun Aug 3 13:00:09 1997 +@@ -1,4 +1,8 @@ ++#ifdef __FreeBSD__ ++#define DEFAULT_MAIL_PATH "/var/mail/" ++#else + #define DEFAULT_MAIL_PATH "/var/spool/mail/" ++#endif + #define DEFAULT_BELL_VOLUME 20 + + /* Tip window types */ |