diff options
Diffstat (limited to 'editors/gxedit/files/patch-ae')
-rw-r--r-- | editors/gxedit/files/patch-ae | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/gxedit/files/patch-ae b/editors/gxedit/files/patch-ae index c4d7e1ab3f3f..f80887de5048 100644 --- a/editors/gxedit/files/patch-ae +++ b/editors/gxedit/files/patch-ae @@ -6,8 +6,8 @@ -LIBS = `gtk-config --libs` -CC = gcc +CFLAGS ?= -O2 -+CFLAGS += `gtk12-config --cflags` -I. -Wall -+LIBS = `gtk12-config --libs` ++CFLAGS += `$(GTK_CONFIG) --cflags` -I. ++LIBS = `$(GTK_CONFIG) --libs` +CC ?= gcc all: |