diff options
Diffstat (limited to 'x11/finder/files/patch-ac')
-rw-r--r-- | x11/finder/files/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/finder/files/patch-ac b/x11/finder/files/patch-ac new file mode 100644 index 000000000000..85bafefcad69 --- /dev/null +++ b/x11/finder/files/patch-ac @@ -0,0 +1,13 @@ +--- TaskMenu/Makefile.orig Mon Sep 4 00:17:56 2000 ++++ TaskMenu/Makefile Mon Sep 4 16:18:17 2000 +@@ -1,8 +1,8 @@ +-INCLUDEFLAGS=`gnome-config --cflags gnome` `gtk-config --cflags` -I. ++INCLUDEFLAGS=`$(X11BASE)/bin/gnome-config --cflags gnome` `$(X11BASE)/bin/gtk12-config --cflags` -I. + + OBJS=task-menu.o task-option.o task-manage.o task-icon.o + +-CC=gcc ++CC?=gcc + CFLAGS+=$(INCLUDEFLAGS) + + default: $(OBJS) |