summaryrefslogtreecommitdiff
path: root/x11-wm/icewm/files
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-06-28 23:28:00 +0000
committerSteve Price <steve@FreeBSD.org>1998-06-28 23:28:00 +0000
commit177e6db0abffeac020713c57b317ac61dc028b42 (patch)
tree7063dbe9e9afddfe09779d59352c3504f509da1d /x11-wm/icewm/files
parentdistfile location changed. (diff)
Update to version 0.9.8.
PR: 7046 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=11596
Diffstat (limited to 'x11-wm/icewm/files')
-rw-r--r--x11-wm/icewm/files/patch-ab38
1 files changed, 19 insertions, 19 deletions
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
+