summaryrefslogtreecommitdiff
path: root/astro/gkrellmearth/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'astro/gkrellmearth/files/patch-Makefile')
-rw-r--r--astro/gkrellmearth/files/patch-Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/astro/gkrellmearth/files/patch-Makefile b/astro/gkrellmearth/files/patch-Makefile
index efcf98ce4d64..5be777a0d8fe 100644
--- a/astro/gkrellmearth/files/patch-Makefile
+++ b/astro/gkrellmearth/files/patch-Makefile
@@ -1,15 +1,17 @@
---- Makefile.orig Thu Jun 28 02:19:33 2001
-+++ Makefile Thu Jun 28 02:23:38 2001
+--- Makefile.orig Thu May 17 18:42:12 2001
++++ Makefile Tue Jul 3 01:49:50 2001
@@ -1,17 +1,16 @@
-GTK_INCLUDE = `gtk-config --cflags`
-GTK_LIB = `gtk-config --libs`
+GTK_INCLUDE = `$(GTK_CONFIG) --cflags`
+GTK_LIB = `$(GTK_CONFIG) --libs`
- IMLIB_INCLUDE = `imlib-config --cflags-gdk`
- IMLIB_LIB = `imlib-config --libs-gdk`
+-IMLIB_INCLUDE = `imlib-config --cflags-gdk`
+-IMLIB_LIB = `imlib-config --libs-gdk`
-THREAD_LIB = -lpthread
-INSTALLDIR = $(HOME)/.gkrellm/plugins
++IMLIB_INCLUDE = `$(IMLIB_CONFIG) --cflags-gdk`
++IMLIB_LIB = `$(IMLIB_CONFIG) --libs-gdk`
+INSTALLDIR = $(PREFIX)/libexec/gkrellm/plugins