diff options
author | vanilla <vanilla@FreeBSD.org> | 1999-02-03 01:04:09 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1999-02-03 01:04:09 +0800 |
commit | 784930c5d5e208c6942b515fa44fa650f68b05d8 (patch) | |
tree | ebdfef778cea1064ec0ae7797c5515690ac525d2 /editors/gxedit/files | |
parent | 45a53933e77e70e13a57ac44c9ba890d232ebf63 (diff) | |
download | freebsd-ports-graphics-784930c5d5e208c6942b515fa44fa650f68b05d8.tar.gz freebsd-ports-graphics-784930c5d5e208c6942b515fa44fa650f68b05d8.tar.zst freebsd-ports-graphics-784930c5d5e208c6942b515fa44fa650f68b05d8.zip |
Upgrade to 1.20.
Diffstat (limited to 'editors/gxedit/files')
-rw-r--r-- | editors/gxedit/files/patch-ab | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/editors/gxedit/files/patch-ab b/editors/gxedit/files/patch-ab index 02ca01e0df6..229ca65fc75 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 |