From 05db3032e95496145e294e7fdc8d7edf6afeb3b2 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Mon, 24 Jun 2019 18:10:55 +0000 Subject: sysutils/plasma5-ksysguard: fix build with GCC-based architectures Link with libinotify explicitly to fix linking on GCC architectures. PR: 238702 Approved by: tcberner (maintainer, mentor) --- sysutils/plasma5-ksysguard/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'sysutils/plasma5-ksysguard/Makefile') diff --git a/sysutils/plasma5-ksysguard/Makefile b/sysutils/plasma5-ksysguard/Makefile index 926ab67df4a6..fa0af478c6de 100644 --- a/sysutils/plasma5-ksysguard/Makefile +++ b/sysutils/plasma5-ksysguard/Makefile @@ -23,5 +23,6 @@ OPTIONS_SUB= yes INOTIFY_DESC= Filesystem alteration notifications using inotify INOTIFY_LIB_DEPENDS= libinotify.so:devel/libinotify +INOTIFY_LDFLAGS= -linotify .include -- cgit v1.2.3