diff options
author | Steve Price <steve@FreeBSD.org> | 1999-06-08 23:59:02 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-06-08 23:59:02 +0000 |
commit | 9789b00d07d7978e869363ebe6bbdf5fda2ee3e7 (patch) | |
tree | f8a76a34aea739156d6e475487d0b869e93c1b78 /x11-wm/icewm/files | |
parent | Make sure we pass CC and CXX in configure's environment so that (diff) |
Update to version 0.9.41.
PR: 11861
Submitted by: Chris Piazza <cpiazza@home.net>
Diffstat (limited to 'x11-wm/icewm/files')
-rw-r--r-- | x11-wm/icewm/files/patch-ab | 29 | ||||
-rw-r--r-- | x11-wm/icewm/files/patch-ai | 14 |
2 files changed, 28 insertions, 15 deletions
diff --git a/x11-wm/icewm/files/patch-ab b/x11-wm/icewm/files/patch-ab index 04e01d2b3503..329d3a5d2403 100644 --- a/x11-wm/icewm/files/patch-ab +++ b/x11-wm/icewm/files/patch-ab @@ -1,17 +1,16 @@ ---- install.inc.orig Sat Feb 20 08:33:06 1999 -+++ install.inc Mon May 3 15:44:56 1999 -@@ -1,10 +1,9 @@ --PREFIX = /usr/local - BINDIR = $(PREFIX)/bin --LIBDIR = $(PREFIX)/lib/X11/icewm --ETCDIR = /etc/X11/icewm -+LIBDIR = $(PREFIX)/share/icewm -+ETCDIR = $(LIBDIR) +--- install.in.orig Mon Jun 7 20:07:12 1999 ++++ install.in Mon Jun 7 20:08:10 1999 +@@ -3,11 +3,11 @@ - INSTALL = install -c --INSTALLDIR = $(INSTALL) -m 755 -d --INSTALLBIN = $(INSTALL) -m 555 + PREFIX = @prefix@ + BINDIR = @bindir@ +-LIBDIR = @libdir@/X11/icewm ++LIBDIR = @prefix@/share/icewm + ETCDIR = @sysconfdir@ + + INSTALL = @INSTALL@ +-INSTALLDIR = @INSTALL@ -m 755 -d +INSTALLDIR = mkdir -p -+INSTALLBIN = $(INSTALL) $(STRIP) -m 555 - INSTALLLIB = $(INSTALL) -m 444 - #INSTALLETC = $(INSTALL) -m 644 + INSTALLBIN = @INSTALL_PROGRAM@ + INSTALLLIB = @INSTALL_DATA@ + #INSTALLETC = @INSTALL_DATA@ diff --git a/x11-wm/icewm/files/patch-ai b/x11-wm/icewm/files/patch-ai new file mode 100644 index 000000000000..aace03d5b209 --- /dev/null +++ b/x11-wm/icewm/files/patch-ai @@ -0,0 +1,14 @@ +--- src/wmtaskbar.cc.orig Sun May 23 00:57:11 1999 ++++ src/wmtaskbar.cc Sun May 23 00:57:25 1999 +@@ -331,9 +331,9 @@ + + /** Use Linux 2.0 Penguin as start button */ + #ifndef START_PIXMAP +-#define START_PIXMAP "linux.xpm" ++//#define START_PIXMAP "linux.xpm" + //#define START_PIXMAP "debian.xpm" +-//#define START_PIXMAP "bsd-daemon.xpm" ++#define START_PIXMAP "bsd-daemon.xpm" + //#define START_PIXMAP "start.xpm" + //#define START_PIXMAP "xfree86os2.xpm" + #endif |