Received: by mail.netbsd.org (Postfix, from userid 605) id 2837384EA1; Tue, 21 Sep 2021 14:27:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 60EE384E64 for ; Tue, 21 Sep 2021 14:27:06 +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 ssBIh6UXWA0F for ; Tue, 21 Sep 2021 14:27:06 +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 B6BE484D55 for ; Tue, 21 Sep 2021 14:27:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AA274FA97; Tue, 21 Sep 2021 14:27:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1632234425108330" MIME-Version: 1.0 Date: Tue, 21 Sep 2021 14:27:05 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/graphics/imlib To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20210921142705.AA274FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1632234425108330 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Tue Sep 21 14:27:05 UTC 2021 Modified Files: pkgsrc/graphics/imlib: Makefile Log Message: imlib: Fix build To generate a diff of this commit: cvs rdiff -u -r1.128 -r1.129 pkgsrc/graphics/imlib/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1632234425108330 Content-Disposition: inline Content-Length: 899 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/imlib/Makefile diff -u pkgsrc/graphics/imlib/Makefile:1.128 pkgsrc/graphics/imlib/Makefile:1.129 --- pkgsrc/graphics/imlib/Makefile:1.128 Fri Jun 5 12:49:00 2020 +++ pkgsrc/graphics/imlib/Makefile Tue Sep 21 14:27:05 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.128 2020/06/05 12:49:00 jperkin Exp $ +# $NetBSD: Makefile,v 1.129 2021/09/21 14:27:05 ryoon Exp $ DISTNAME= imlib-1.9.15 PKGREVISION= 21 @@ -35,11 +35,6 @@ CONF_FILES+= ${EGDIR}/im_palette-small. CONF_FILES+= ${EGDIR}/im_palette-tiny.pal \ ${PKG_SYSCONFDIR}/im_palette-tiny.pal -SUBST_CLASSES+= imlib-config -SUBST_FILES.imlib-config= imlib-config -SUBST_SED.imlib-config= -e 's,no --,${PREFIX}/bin/gtk-config --,' -SUBST_STAGE.imlib-config= post-configure - # The following ensures that `imlib-config --libs' includes the correct # linker flags for linking the X11 libs. # --_----------=_1632234425108330--