Received: by mail.netbsd.org (Postfix, from userid 605) id 758C784D84; Wed, 28 Dec 2022 09:25:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A51C284D6A for ; Wed, 28 Dec 2022 09:25:31 +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 Cg-HWKIpyxQw for ; Wed, 28 Dec 2022 09:25:31 +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 332EC84CD9 for ; Wed, 28 Dec 2022 09:25:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 22880FA90; Wed, 28 Dec 2022 09:25:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1672219531237970" MIME-Version: 1.0 Date: Wed, 28 Dec 2022 09:25:31 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/graphics/feh To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20221228092531.22880FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1672219531237970 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Wed Dec 28 09:25:31 UTC 2022 Modified Files: pkgsrc/graphics/feh: Makefile Log Message: feh: Define __EXTENSIONS__ on SunOS for scandir/alphasort To generate a diff of this commit: cvs rdiff -u -r1.123 -r1.124 pkgsrc/graphics/feh/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1672219531237970 Content-Disposition: inline Content-Length: 651 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/feh/Makefile diff -u pkgsrc/graphics/feh/Makefile:1.123 pkgsrc/graphics/feh/Makefile:1.124 --- pkgsrc/graphics/feh/Makefile:1.123 Wed Oct 26 10:31:31 2022 +++ pkgsrc/graphics/feh/Makefile Wed Dec 28 09:25:30 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.123 2022/10/26 10:31:31 wiz Exp $ +# $NetBSD: Makefile,v 1.124 2022/12/28 09:25:30 nia Exp $ DISTNAME= feh-3.9.1 PKGREVISION= 1 @@ -19,6 +19,7 @@ CFLAGS+= -DHAVE_STRING_H=1 # for alphasort(3) CFLAGS.NetBSD+= -D_NETBSD_SOURCE +CFLAGS.SunOS+= -D__EXTENSIONS__ # for undefined reference error from strverscmp(3) .include "../../mk/bsd.prefs.mk" --_----------=_1672219531237970--