summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2023-09-25 19:23:48 -0700
committerZac Medico <zmedico@gentoo.org>2023-09-25 19:24:45 -0700
commit94900fac6b421f69564c908c4d232bfd949e2311 (patch)
treec4a871e9b9055dd7f121cc2d0b83966d46670029 /app-containers
parentnet-dns/unbound: add 1.18.0, drop 1.18.0_rc1 (diff)
downloadgentoo-94900fac6b421f69564c908c4d232bfd949e2311.tar.gz
gentoo-94900fac6b421f69564c908c4d232bfd949e2311.tar.bz2
gentoo-94900fac6b421f69564c908c4d232bfd949e2311.zip
app-containers/conmon: Fixup Makefile patch
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'app-containers')
-rw-r--r--app-containers/conmon/files/conmon-2.1.8-Makefile.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-containers/conmon/files/conmon-2.1.8-Makefile.patch b/app-containers/conmon/files/conmon-2.1.8-Makefile.patch
index 193ae8a81b0e..3c3aa0def57f 100644
--- a/app-containers/conmon/files/conmon-2.1.8-Makefile.patch
+++ b/app-containers/conmon/files/conmon-2.1.8-Makefile.patch
@@ -5,7 +5,7 @@
- override LIBS += $(shell $(PKG_CONFIG) --libs libsystemd-journal)
- override CFLAGS += $(shell $(PKG_CONFIG) --cflags libsystemd-journal) -D USE_JOURNALD=1
-else ifeq ($(shell $(PKG_CONFIG) --exists libsystemd && echo "0"), 0)
-+ifeq ($(shell echo "0"), 0)
++ifeq ($(shell $(PKG_CONFIG) --exists libsystemd && echo "0"), 0)
@@ -127 +123,0 @@
- $(MAKE) -C tools
--- a/docs/Makefile