summaryrefslogtreecommitdiff
path: root/sysutils/gkrellm2/files/patch-server::Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/gkrellm2/files/patch-server::Makefile')
-rw-r--r--sysutils/gkrellm2/files/patch-server::Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/gkrellm2/files/patch-server::Makefile b/sysutils/gkrellm2/files/patch-server::Makefile
index c467981074ac..0866637844f9 100644
--- a/sysutils/gkrellm2/files/patch-server::Makefile
+++ b/sysutils/gkrellm2/files/patch-server::Makefile
@@ -8,8 +8,8 @@ diff -u server/Makefile.orig server/Makefile
-GLIB12_INCLUDE = `glib-config --cflags gthread`
-GLIB12_LIB = `glib-config --libs gthread`
-+GLIB12_INCLUDE = `glib12-config --cflags gthread`
-+GLIB12_LIB = `glib12-config --libs gthread`
++GLIB12_INCLUDE = `$(GLIB_CONFIG) --cflags gthread`
++GLIB12_LIB = `$(GLIB_CONFIG) --libs gthread`
-FLAGS = -O2 -I.. $(PKG_INCLUDE) $(GTOP_INCLUDE)
+FLAGS = -I.. $(PKG_INCLUDE) $(GTOP_INCLUDE) -I$(LOCALBASE)/include