aboutsummaryrefslogtreecommitdiffstats
path: root/editors/gxedit/files/patch-ae
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>1999-04-16 10:38:38 +0000
committerKris Kennaway <kris@FreeBSD.org>1999-04-16 10:38:38 +0000
commit195f92b2500548a1a4f2763f57d254c48694ac6d (patch)
treedded5340e8d8c5480b58e884ca39e574f63d5533 /editors/gxedit/files/patch-ae
parent349268ac438a41d9bbbe9f5f285bb238b5d53ae3 (diff)
Upgrade to gxedit 1.23
Diffstat (limited to 'editors/gxedit/files/patch-ae')
-rw-r--r--editors/gxedit/files/patch-ae14
1 files changed, 14 insertions, 0 deletions
diff --git a/editors/gxedit/files/patch-ae b/editors/gxedit/files/patch-ae
new file mode 100644
index 000000000000..c4d7e1ab3f3f
--- /dev/null
+++ b/editors/gxedit/files/patch-ae
@@ -0,0 +1,14 @@
+--- gtk-shell-src/Makefile.orig Fri Mar 19 16:38:47 1999
++++ gtk-shell-src/Makefile Mon Apr 5 17:08:12 1999
+@@ -1,7 +1,8 @@
+ BIN_DIR =
+-CFLAGS = `gtk-config --cflags` -O -I. -Wall
+-LIBS = `gtk-config --libs`
+-CC = gcc
++CFLAGS ?= -O2
++CFLAGS += `gtk12-config --cflags` -I. -Wall
++LIBS = `gtk12-config --libs`
++CC ?= gcc
+
+ all:
+ $(CC) $(CFLAGS) -o $(BIN_DIR)gtk-shell gtk-shell.c $(LIBS)