diff options
Diffstat (limited to 'x11/finder/files/patch-ac')
-rw-r--r-- | x11/finder/files/patch-ac | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/x11/finder/files/patch-ac b/x11/finder/files/patch-ac index 5c049d8d9453..7bc232024a68 100644 --- a/x11/finder/files/patch-ac +++ b/x11/finder/files/patch-ac @@ -1,10 +1,11 @@ ---- 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` `$(GTK_CONFIG) --cflags` -I. +--- TaskMenu/Makefile.orig Thu Nov 30 17:43:15 2000 ++++ TaskMenu/Makefile Mon Dec 4 10:07:31 2000 +@@ -1,9 +1,9 @@ +-INCLUDEFLAGS=`gnome-config --cflags gnome` `gtk-config --cflags` -I. ++INCLUDEFLAGS=`$(X11BASE)/bin/gnome-config --cflags gnome` `$(GTK_CONFIG) --cflags` -I. - OBJS=task-menu.o task-option.o task-manage.o task-icon.o + OBJS=task-menu.o task-option.o task-manage.o task-icon.o task-global.o \ + task-operation.o -CC=gcc +CC?=gcc |