aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpkubaj <pkubaj@FreeBSD.org>2019-06-25 02:10:55 +0800
committerpkubaj <pkubaj@FreeBSD.org>2019-06-25 02:10:55 +0800
commit595c8b2ca36179d0e52183bb5a32f8289ac55301 (patch)
treeba3f372ab07ff6d70d39f55151fdf0405811d7ef
parentaa80a1f2fb07d1a3af60d6467e68730b609222ff (diff)
downloadfreebsd-ports-gnome-595c8b2ca36179d0e52183bb5a32f8289ac55301.tar.gz
freebsd-ports-gnome-595c8b2ca36179d0e52183bb5a32f8289ac55301.tar.zst
freebsd-ports-gnome-595c8b2ca36179d0e52183bb5a32f8289ac55301.zip
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)
-rw-r--r--sysutils/plasma5-ksysguard/Makefile1
1 files changed, 1 insertions, 0 deletions
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 <bsd.port.mk>