From 177e6db0abffeac020713c57b317ac61dc028b42 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sun, 28 Jun 1998 23:28:00 +0000 Subject: Update to version 0.9.8. PR: 7046 Submitted by: maintainer --- x11-wm/icewm/files/patch-ab | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'x11-wm/icewm/files') diff --git a/x11-wm/icewm/files/patch-ab b/x11-wm/icewm/files/patch-ab index 927324cebf9a..649220045deb 100644 --- a/x11-wm/icewm/files/patch-ab +++ b/x11-wm/icewm/files/patch-ab @@ -1,33 +1,33 @@ ---- src/Makefile.orig Mon Apr 6 20:30:21 1998 -+++ src/Makefile Fri May 1 08:34:15 1998 -@@ -3,9 +3,9 @@ - # Linux - CXX = g++ - LD = gcc +--- src/Makefile.orig Wed Jun 24 22:03:37 1998 ++++ src/Makefile Wed Jun 24 22:05:27 1998 +@@ -7,9 +7,9 @@ + # alternative (link with g++) + #CXX = g++ + #LD = g++ -CXXOPTS = -pipe $(WARN) -INCSDIR = -I/usr/X11R6/include -LIBSDIR = -L/usr/X11R6/lib -+CXXOPTS = $(CFLAGS) $(WARN) -+INCSDIR = -I$(PREFIX)/include -+LIBSDIR = -L$(PREFIX)/lib ++CXXOPTS = ${CFLAGS} $(WARN) ++INCSDIR = -I${PREFIX}/include ++LIBSDIR = -L${PREFIX}/lib #XPMINCDIR = -I../../include #XPMLIBDIR = -L../../lib -@@ -34,7 +34,7 @@ - SHAPEDEF = -DSHAPE - SHAPELIB = -lXext +@@ -46,7 +46,7 @@ + #if you use linux you need to define X_LOCALE. + #I18N = -DI18N -DX_LOCALE --DEBUG = -DDEBUG -+#DEBUG = -DDEBUG +-DEBUG = -DDEBUG -DAVOID_GRAB ++#DEBUG = -DDEBUG -DAVOID_GRAB # executable extenstion EXEEXT= -@@ -48,7 +48,7 @@ - #OPTIMIZE = -g +@@ -62,7 +62,7 @@ #OPTIMIZE = -O -g #OPTIMIZE = -O -g -pg --OPTIMIZE = -O -+#OPTIMIZE = -O - #OPTIMIZE = -O2 + #OPTIMIZE = -O +-OPTIMIZE = -O2 ++#OPTIMIZE = -O2 #OPTIMIZE = -O -s #OPTIMIZE = -O2 -s + -- cgit v1.2.3