diff options
-rw-r--r-- | x11-terms/yeahconsole/files/yeahconsole-0.3.4-make.patch | 2 |
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) |