Received: by mail.netbsd.org (Postfix, from userid 605) id AC6B084E5C; Sat, 15 Apr 2023 14:17:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DB30784D82 for ; Sat, 15 Apr 2023 14:17:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id KyhjuYjpxqJD for ; Sat, 15 Apr 2023 14:17:58 +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 31FC584CF8 for ; Sat, 15 Apr 2023 14:17:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1F456FA85; Sat, 15 Apr 2023 14:17:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1681568278213170" MIME-Version: 1.0 Date: Sat, 15 Apr 2023 14:17:58 +0000 From: "pin" Subject: CVS commit: pkgsrc/x11/jolly To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20230415141758.1F456FA85@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1681568278213170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Sat Apr 15 14:17:58 UTC 2023 Modified Files: pkgsrc/x11/jolly: Makefile Log Message: x11/jolly: fix failed install See, http://www.ki.nu/pkgsrc/reports/current/NetBSD-9.0/20230411.1136/jolly-0.2.0/install.log To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/jolly/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1681568278213170 Content-Disposition: inline Content-Length: 752 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/jolly/Makefile diff -u pkgsrc/x11/jolly/Makefile:1.3 pkgsrc/x11/jolly/Makefile:1.4 --- pkgsrc/x11/jolly/Makefile:1.3 Tue Feb 7 17:24:32 2023 +++ pkgsrc/x11/jolly/Makefile Sat Apr 15 14:17:57 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2023/02/07 17:24:32 pin Exp $ +# $NetBSD: Makefile,v 1.4 2023/04/15 14:17:57 pin Exp $ DISTNAME= jolly-0.2.0 CATEGORIES= x11 @@ -20,6 +20,7 @@ INSTALLATION_DIRS= bin share/examples/jo RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.libX11}/lib RUSTFLAGS+= -C link-arg=-L${BUILDLINK_PREFIX.libX11}/lib +RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.freetype2}/lib do-install: ${INSTALL_PROGRAM} ${WRKSRC}/target/release/jolly \ --_----------=_1681568278213170--