Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jun 2019 21:34:09 +0200
From:      "Tobias C. Berner" <tcberner@gmail.com>
To:        Piotr Kubaj <pkubaj@freebsd.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org,  svn-ports-head@freebsd.org
Subject:   Re: svn commit: r505045 - head/sysutils/plasma5-ksysguard
Message-ID:  <CAOshKtcPHHa4%2Bv2kL_aNKXzoXs1VkGw0nEAx3PkaArPJ6kCGzw@mail.gmail.com>
In-Reply-To: <201906241810.x5OIAu1h080487@repo.freebsd.org>
References:  <201906241810.x5OIAu1h080487@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Moin moin

Sorry, but I explicitely did not approve this :) so using implicit on it,
is a bit of a crappy move.

mfg Tobias

On Mon, 24 Jun 2019 at 20:11, Piotr Kubaj <pkubaj@freebsd.org> wrote:

> Author: pkubaj
> Date: Mon Jun 24 18:10:55 2019
> New Revision: 505045
> URL: https://svnweb.freebsd.org/changeset/ports/505045
>
> Log:
>   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)
>
> Modified:
>   head/sysutils/plasma5-ksysguard/Makefile
>
> Modified: head/sysutils/plasma5-ksysguard/Makefile
>
> ==============================================================================
> --- head/sysutils/plasma5-ksysguard/Makefile    Mon Jun 24 18:07:12 2019
>       (r505044)
> +++ head/sysutils/plasma5-ksysguard/Makefile    Mon Jun 24 18:10:55 2019
>       (r505045)
> @@ -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>
>
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAOshKtcPHHa4%2Bv2kL_aNKXzoXs1VkGw0nEAx3PkaArPJ6kCGzw>