summaryrefslogtreecommitdiff
path: root/editors/gxedit/files/patch-ab
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1999-02-02 17:04:09 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1999-02-02 17:04:09 +0000
commitd390b8978ddf2f19d9930b25b468d4c28e9bc16a (patch)
tree67a06da7b2e96d792619292032f7be1abc32c1a4 /editors/gxedit/files/patch-ab
parentSync with peter's suggestion. (diff)
Upgrade to 1.20.
Notes
Notes: svn path=/head/; revision=16502
Diffstat (limited to '')
-rw-r--r--editors/gxedit/files/patch-ab22
1 files changed, 11 insertions, 11 deletions
diff --git a/editors/gxedit/files/patch-ab b/editors/gxedit/files/patch-ab
index 02ca01e0df6f..229ca65fc755 100644
--- a/editors/gxedit/files/patch-ab
+++ b/editors/gxedit/files/patch-ab
@@ -1,15 +1,15 @@
---- Makefile.orig Mon Jan 18 02:19:50 1999
-+++ Makefile Mon Jan 18 02:20:38 1999
+--- Makefile.orig Tue Jan 26 02:57:31 1999
++++ Makefile Tue Feb 2 22:57:33 1999
@@ -1,8 +1,8 @@
BIN_DIR =
INSTALL_DIR = /usr/X11R6/bin/
--CFLAGS = `gtk-config --cflags` -I/usr/local/include -I. -O -Wall -DVERSION=\"1.19\"
-+CFLAGS += `gtk11d-config --cflags` -I/usr/local/include -I. -DVERSION=\"1.19\"
- GTKEDITOR_CFLAGS = -I../gtkeditor-0.0.4
+-CFLAGS = `gtk-config --cflags` -I/usr/local/include -I. -O -Wall -DVERSION=\"1.20\"
++CFLAGS += `gtk11d-config --cflags` -I/usr/local/include -I. -DVERSION=\"1.20\"
+ GTKEDITOR_CFLAGS = -I../gtkeditor-0.0.6
-LIBS = `gtk-config --libs`
+LIBS = `gtk11d-config --libs`
OBJS = gxedit.o net.o utils.o
- GTKEDITOR_OBJS = ../gtkeditor-0.0.4/gtkeditor/gtkeditor.o ../gtkeditor-0.0.4/regex/regex.o -L../gtkeditor-0.0.4 -lgtkeditor -lregex
+ GTKEDITOR_OBJS = ../gtkeditor-0.0.6/gtkeditor/gtkeditor.o ../gtkeditor-0.0.6/regex/regex.o -L../gtkeditor-0.0.6 -lgtkeditor -lregex -lguile -ldl -ltermcap
CC = gcc
@@ -20,7 +20,6 @@
$(CC) $(CFLAGS) -c utils.c
@@ -17,18 +17,18 @@
@(rm -f ./.chk_config)
- (cd xproc-src; make BIN_DIR=../; cd ..)
(cd gtk-shell-src; make BIN_DIR=../; cd ..)
- @echo "You should delete your ~/.gxedit file to allow GXedit to re-create it if you're upgrading GXedit."
-@@ -30,7 +29,6 @@
+ gxe-with-gtkeditor:
+@@ -29,7 +28,6 @@
$(CC) $(CFLAGS) $(GTKEDITOR_CFLAGS) -c utils.c
$(CC) $(CFLAGS) $(GTKEDITOR_CFLAGS) -o $(BIN_DIR)gxedit $(OBJS) $(GTKEDITOR_OBJS) $(LIBS)
@(rm -f ./.chk_config)
- (cd xproc-src; make BIN_DIR=../; cd ..)
(cd gtk-shell-src; make BIN_DIR=../; cd ..)
- @echo "You should delete your ~/.gxedit file to allow GXedit to re-create it if you're upgrading GXedit."
---- gtk-shell-src/Makefile.orig Wed Nov 25 07:10:44 1998
-+++ gtk-shell-src/Makefile Mon Jan 18 02:25:08 1999
+ say:
+--- gtk-shell-src/Makefile.orig Sun Jan 24 05:06:25 1999
++++ gtk-shell-src/Makefile Tue Feb 2 22:53:06 1999
@@ -1,6 +1,6 @@
BIN_DIR =
-CFLAGS = `gtk-config --cflags` -O -I. -Wall