summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-terms/yeahconsole/files/yeahconsole-0.3.4-make.patch')
-rw-r--r--x11-terms/yeahconsole/files/yeahconsole-0.3.4-make.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-terms/yeahconsole/files/yeahconsole-0.3.4-make.patch b/x11-terms/yeahconsole/files/yeahconsole-0.3.4-make.patch
index e7f6b154efd4..1d1a403e6b12 100644
--- a/x11-terms/yeahconsole/files/yeahconsole-0.3.4-make.patch
+++ b/x11-terms/yeahconsole/files/yeahconsole-0.3.4-make.patch
@@ -20,7 +20,7 @@
-$(TARGET): $(OBJECTS)
- $(CC) $(DEFINES) $(INCLUDES) $(LIB_DIRS) $(LIBS) -o $@ $<
- strip $@
-+PKG_CONFIG ?= lol
++PKG_CONFIG ?= pkg-config
+CFLAGS += -Wall
+CPPFLAGS += $(shell $(PKG_CONFIG) --cflags x11)
+LDLIBS += $(shell $(PKG_CONFIG) --libs x11)