summaryrefslogtreecommitdiff
path: root/x11-wm/fvwm95
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1997-08-17 13:26:53 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1997-08-17 13:26:53 +0000
commit1a12bd5dca85c38b10459dd4383e599b1f7ca56d (patch)
tree71d96af690aff2681469e86243a3e6c2c2d1a772 /x11-wm/fvwm95
parentUpgraded to new version 4.3f (diff)
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)
Notes
Notes: svn path=/head/; revision=7610
Diffstat (limited to 'x11-wm/fvwm95')
-rw-r--r--x11-wm/fvwm95/files/patch-ae11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-wm/fvwm95/files/patch-ae b/x11-wm/fvwm95/files/patch-ae
new file mode 100644
index 000000000000..c99a4e04c3aa
--- /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 */