Received: by mail.netbsd.org (Postfix, from userid 605) id 0EC2684DB0; Sun, 27 Sep 2020 13:12:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 88A1984D46 for ; Sun, 27 Sep 2020 13:12:18 +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 EEzrwh1XI3BO for ; Sun, 27 Sep 2020 13:12:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 17D4A84CEE for ; Sun, 27 Sep 2020 13:12:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 03AF1FB28; Sun, 27 Sep 2020 13:12:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1601212337248050" MIME-Version: 1.0 Date: Sun, 27 Sep 2020 13:12:17 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/x11/labltk To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20200927131218.03AF1FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1601212337248050 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Sep 27 13:12:17 UTC 2020 Modified Files: pkgsrc/x11/labltk: Makefile Log Message: (x11/labltk) Not really fix, but $(BYTECC) was missing, added To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 pkgsrc/x11/labltk/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1601212337248050 Content-Disposition: inline Content-Length: 604 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/labltk/Makefile diff -u pkgsrc/x11/labltk/Makefile:1.37 pkgsrc/x11/labltk/Makefile:1.38 --- pkgsrc/x11/labltk/Makefile:1.37 Mon Aug 17 20:20:28 2020 +++ pkgsrc/x11/labltk/Makefile Sun Sep 27 13:12:17 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2020/08/17 20:20:28 leot Exp $ +# $NetBSD: Makefile,v 1.38 2020/09/27 13:12:17 mef Exp $ DISTNAME= labltk-8.06.3 PKGREVISION= 6 @@ -13,6 +13,8 @@ LICENSE= gnu-lgpl-v2.1 USE_TOOLS+= gmake MAKE_JOBS_SAFE= no +MAKE_ENV+= BYTECC='cc -fPIC' + HAS_CONFIGURE= yes CONFIGURE_ARGS+= -x11include ${X11BASE}/include --_----------=_1601212337248050--