summaryrefslogtreecommitdiff
path: root/editors/gxedit/files/patch-ab
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-09-16 23:28:52 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-09-16 23:28:52 +0000
commit20d556841d9891b7eebd3c105891786251cda9d3 (patch)
tree8f9f87ce413367c88f844dda57a15aa30d71bb65 /editors/gxedit/files/patch-ab
parentFix Package build for aout system (diff)
Upgrade to 1.14.
Notes
Notes: svn path=/head/; revision=13189
Diffstat (limited to 'editors/gxedit/files/patch-ab')
-rw-r--r--editors/gxedit/files/patch-ab32
1 files changed, 25 insertions, 7 deletions
diff --git a/editors/gxedit/files/patch-ab b/editors/gxedit/files/patch-ab
index f5b6ad654cbe..d729ead9176d 100644
--- a/editors/gxedit/files/patch-ab
+++ b/editors/gxedit/files/patch-ab
@@ -1,18 +1,36 @@
---- Makefile.orig Sat Aug 22 05:50:16 1998
-+++ Makefile Tue Aug 25 10:47:56 1998
+--- Makefile.orig Sun Aug 30 07:43:50 1998
++++ Makefile Thu Sep 17 07:18:51 1998
@@ -1,13 +1,12 @@
BIN_DIR =
INSTALL_DIR = /usr/X11R6/bin/
--CFLAGS = `gtk-config --cflags` -I. -O -Wall
-+CFLAGS += `gtk11-config --cflags`
- GTKEDITOR_CFLAGS = -I../gtkeditor-0.0.2
+-CFLAGS = `gtk-config --cflags` -I/usr/local/include -I. -O -Wall
++CFLAGS += `gtk11-config --cflags` -I/usr/local/include -I. -DX_LOCALE
+ GTKEDITOR_CFLAGS = -I../gtkeditor-0.0.2-1
GNOME_CFLAGS = -DUSE_GNOME
-LIBS = `gtk-config --libs`
+LIBS = `gtk11-config --libs`
GNOME_LIBS = -lgnomesupport -lgnome -lgnomeui
OBJS = bindings.o gxedit.o net.o
- GTKEDITOR_OBJS = ../gtkeditor-0.0.2/gtkeditor.o ../gtkeditor-0.0.2/regex.o
+ GTKEDITOR_OBJS = ../gtkeditor-0.0.2-1/gtkeditor.o ../gtkeditor-0.0.2-1/regex.o
-CC = gcc
all:
- $(CC) -o .chk_config chk_config.c
+ @echo "Use ./setup"
+@@ -22,7 +21,7 @@
+ $(CC) $(CFLAGS) -c bindings.c
+ $(CC) $(CFLAGS) -o $(BIN_DIR)gxedit $(OBJS) $(LIBS)
+ @(rm -f ./.chk_config)
+- (cd xproc-src; make BIN_DIR=../; cd ..)
++# (cd xproc-src; make BIN_DIR=../; cd ..)
+ @echo "You should delete your ~/.gxedit file to allow GXedit to re-create it if you're upgrading GXedit."
+
+ gxe-with-gtkeditor:
+@@ -55,7 +54,7 @@
+
+ install:
+ cp $(BIN_DIR)gxedit $(INSTALL_DIR)gxedit
+- cp $(BIN_DIR)xproc $(INSTALL_DIR)xproc
++# cp $(BIN_DIR)xproc $(INSTALL_DIR)xproc
+
+ distro:
+ rm -f *.o $(BIN_DIR)gxedit $(BIN_DIR)say $(BIN_DIR)xproc *.log *.enc