diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-08-25 04:04:49 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-08-25 04:04:49 +0000 |
commit | f3699121daed7f654a8535232c8f691ec29f0fce (patch) | |
tree | ccf48a5503af5f542d6348c735636427f0e32318 /editors/gxedit/files/patch-ab | |
parent | Correct the wroing variable USE_X11_PREFIX to USE_X_PREFIX. (diff) |
Upgrade to 1.12, and change depends to gtk11.
Notes
Notes:
svn path=/head/; revision=12831
Diffstat (limited to 'editors/gxedit/files/patch-ab')
-rw-r--r-- | editors/gxedit/files/patch-ab | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/editors/gxedit/files/patch-ab b/editors/gxedit/files/patch-ab index e57d703724da..f5b6ad654cbe 100644 --- a/editors/gxedit/files/patch-ab +++ b/editors/gxedit/files/patch-ab @@ -1,7 +1,18 @@ ---- Makefile.orig Mon Jul 13 02:13:34 1998 -+++ Makefile Mon Jul 13 02:14:24 1998 -@@ -3 +3 @@ --CFLAGS = `gtk-config --cflags` -O -+CFLAGS += `gtk-config --cflags` -@@ -7 +6,0 @@ +--- Makefile.orig Sat Aug 22 05:50:16 1998 ++++ Makefile Tue Aug 25 10:47:56 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 + 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 -CC = gcc + + all: + $(CC) -o .chk_config chk_config.c |