diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-04-04 14:31:37 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-04-04 14:31:37 +0000 |
commit | 8461865421c3e26794ed7397c6d50e9ca603eda3 (patch) | |
tree | 16209fbeffdca78093c2755162c48a0491078d68 /x11-wm/icewm/files | |
parent | Upgrade to 1.3. (diff) |
Upgrade to 0.8.14,
please DON'T modify Whom on Makefile.
PR: ports/6199
Submitted by: Yukihiro Nakai <Nakai@technologist.com>
Diffstat (limited to 'x11-wm/icewm/files')
-rw-r--r-- | x11-wm/icewm/files/patch-aa | 12 | ||||
-rw-r--r-- | x11-wm/icewm/files/patch-ab | 16 |
2 files changed, 14 insertions, 14 deletions
diff --git a/x11-wm/icewm/files/patch-aa b/x11-wm/icewm/files/patch-aa index 3864b95edf70..e33063051f04 100644 --- a/x11-wm/icewm/files/patch-aa +++ b/x11-wm/icewm/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.orig Tue Dec 2 05:49:07 1997 -+++ Makefile Wed Feb 18 01:30:17 1998 +--- Makefile.orig Fri Apr 3 17:09:47 1998 ++++ Makefile Fri Apr 3 17:12:42 1998 @@ -1,12 +1,12 @@ -PREFIX = /usr/local @@ -19,12 +19,12 @@ #INSTALLETC = $(INSTALL) -m 644 @@ -16,8 +16,7 @@ - XPMDIRS = themes/nice themes/motif themes/win95 themes/warp3 themes/warp4 themes/win31 ledclock taskbar icons + XPMDIRS = themes/nice themes/motif themes/win95 themes/warp3 themes/warp4 themes/win31 themes/metal ledclock taskbar icons all: -- (cd doc ; make) - (cd src ; make LIBDIR=$(LIBDIR) ETCDIR=$(ETCDIR)) +- (cd doc ; make) + (cd src ; make LIBDIR=$(LIBDIR) ETCDIR=$(ETCDIR) PREFIX=$(PREFIX)) - clean: - (cd doc ; make clean) + doc: + (cd doc ; make) diff --git a/x11-wm/icewm/files/patch-ab b/x11-wm/icewm/files/patch-ab index 516b1199f7fe..e672191667a7 100644 --- a/x11-wm/icewm/files/patch-ab +++ b/x11-wm/icewm/files/patch-ab @@ -1,5 +1,5 @@ ---- src/Makefile.orig Mon Mar 9 00:28:12 1998 -+++ src/Makefile Wed Mar 11 14:14:59 1998 +--- src/Makefile.orig Fri Apr 3 17:12:54 1998 ++++ src/Makefile Fri Apr 3 17:14:33 1998 @@ -1,8 +1,8 @@ include ../VERSION @@ -8,15 +8,15 @@ -LIBSDIR = -L/usr/X11R6/lib +INCSDIR = -I$(PREFIX)/include +LIBSDIR = -L$(PREFIX)/lib + # HPUX #INCSDIR = -I/usr/include/X11R5 - #LIBSDIR = -L/usr/lib/X11R5 -@@ -32,7 +32,7 @@ +@@ -36,7 +36,7 @@ #OPTIMIZE = -g #OPTIMIZE = -O -g #OPTIMIZE = -O -g -pg --OPTIMIZE = -O -s -+#OPTIMIZE = -O -s +-OPTIMIZE = -O ++#OPTIMIZE = -O + #OPTIMIZE = -O2 + #OPTIMIZE = -O -s #OPTIMIZE = -O2 -s - - LIBS = -lXpm $(SHAPELIB) -lX11 |