Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EA0B884D09 for ; Sat, 2 Sep 2023 15:27:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id ojPhp9BJAUZM for ; Sat, 2 Sep 2023 15:27:28 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 4C54784CFA for ; Sat, 2 Sep 2023 15:27:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 412ADFBDB; Sat, 2 Sep 2023 15:26:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169366841843200" MIME-Version: 1.0 Date: Sat, 2 Sep 2023 15:26:58 +0000 From: "Paolo Vincenzo Olivo" Subject: CVS commit: pkgsrc/sysutils/fam To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: vins@netbsd.org X-Mailer: log_accum Message-Id: <20230902152658.412ADFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169366841843200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: vins Date: Sat Sep 2 15:26:58 UTC 2023 Modified Files: pkgsrc/sysutils/fam: Makefile Log Message: sysutils/fam: remove redundant CPP/LDFLAGS. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 pkgsrc/sysutils/fam/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169366841843200 Content-Disposition: inline Content-Length: 690 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/fam/Makefile diff -u pkgsrc/sysutils/fam/Makefile:1.45 pkgsrc/sysutils/fam/Makefile:1.46 --- pkgsrc/sysutils/fam/Makefile:1.45 Wed Aug 30 17:56:20 2023 +++ pkgsrc/sysutils/fam/Makefile Sat Sep 2 15:26:58 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2023/08/30 17:56:20 vins Exp $ +# $NetBSD: Makefile,v 1.46 2023/09/02 15:26:58 vins Exp $ DISTNAME= fam-2.7.0 PKGREVISION= 9 @@ -55,9 +55,7 @@ MESSAGE_SRC= ${.CURDIR}/MESSAGE ${.CURD .endif .if ${OPSYS} == "Linux" -CPPFLAGS+= -I${PREFIX}/include/tirpc -MAKEFLAGS+= LDFLAGS="${LDFLAGS} -ltirpc" - +# glibc lacks RPC support. .include "../../devel/libtirpc/buildlink3.mk" .endif --_----------=_169366841843200--