aboutsummaryrefslogtreecommitdiffstats
path: root/editors/gxedit/files/patch-ab
blob: f5b6ad654cbed4aa8bc70542fd3ca309afcd8006 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- 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