diff options
Diffstat (limited to 'x11/finder/files')
-rw-r--r-- | x11/finder/files/patch-ab | 2 | ||||
-rw-r--r-- | x11/finder/files/patch-ac | 2 | ||||
-rw-r--r-- | x11/finder/files/patch-ad | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/x11/finder/files/patch-ab b/x11/finder/files/patch-ab index e51b0c5ed9de..8dfaa2d4675d 100644 --- a/x11/finder/files/patch-ab +++ b/x11/finder/files/patch-ab @@ -2,7 +2,7 @@ +++ gwmh/Makefile Mon Sep 4 16:18:43 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. ++INCLUDEFLAGS=`$(X11BASE)/bin/gnome-config --cflags gnome` `$(GTK_CONFIG) --cflags` -I. OBJS=gwmh.o gstc.o diff --git a/x11/finder/files/patch-ac b/x11/finder/files/patch-ac index 85bafefcad69..5c049d8d9453 100644 --- a/x11/finder/files/patch-ac +++ b/x11/finder/files/patch-ac @@ -2,7 +2,7 @@ +++ 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. ++INCLUDEFLAGS=`$(X11BASE)/bin/gnome-config --cflags gnome` `$(GTK_CONFIG) --cflags` -I. OBJS=task-menu.o task-option.o task-manage.o task-icon.o diff --git a/x11/finder/files/patch-ad b/x11/finder/files/patch-ad index 3dbd9140d753..3890bad67ae2 100644 --- a/x11/finder/files/patch-ad +++ b/x11/finder/files/patch-ad @@ -2,7 +2,7 @@ +++ AboutDialog/Makefile 2000/09/04 13:19:53 @@ -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. ++INCLUDEFLAGS=`$(X11BASE)/bin/gnome-config --cflags gnome` `$(GTK_CONFIG) --cflags` -I. OBJS=about-dialog.o |