diff options
author | David Seifert <soap@gentoo.org> | 2023-02-19 23:32:00 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2023-02-19 23:32:00 +0100 |
commit | c346c680bcf3ece52e6865c1bd5776cab67db4ab (patch) | |
tree | b3a0a9669089b6623f842bef155ef9486f3adacc /x11-terms/yeahconsole/files | |
parent | x11-themes/lovelock-backgrounds: update EAPI 6 -> 8 (diff) | |
download | gentoo-c346c680bcf3ece52e6865c1bd5776cab67db4ab.tar.gz gentoo-c346c680bcf3ece52e6865c1bd5776cab67db4ab.tar.bz2 gentoo-c346c680bcf3ece52e6865c1bd5776cab67db4ab.zip |
x11-terms/yeahconsole: fix PKG_CONFIG default value
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-terms/yeahconsole/files')
-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) |