You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-plugins/gkrellkam/files/gkrellkam-2.0.0-r1-pkgconfi...

14 lines
400 B

--- a/Makefile
+++ b/Makefile
@@ -12,8 +12,9 @@ DESTDIR =
# This should point to the GKrellM headers
GKRELLM_HDRS = /usr/include
+PKG_CONFIG ?= pkg-config
CC = $(CC)
-GTKFLAGS := $(shell pkg-config gtk+-2.0 --cflags)
+GTKFLAGS := $(shell ${PKG_CONFIG} gtk+-2.0 --cflags)
CFLAGS := $(CFLAGS) -fPIC $(GTKFLAGS) -I$(GKRELLM_HDRS)
LFLAGS = -shared
INST_DIR := $(DESTDIR)/usr/lib/gkrellm2/plugins