Received: by mail.netbsd.org (Postfix, from userid 605) id E140C84D60; Thu, 26 Mar 2020 12:14:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6B56B84D59 for ; Thu, 26 Mar 2020 12:14:13 +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 3VldhEA0Pkjp for ; Thu, 26 Mar 2020 12:14:13 +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 E97C584CD3 for ; Thu, 26 Mar 2020 12:14:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E01B3FB27; Thu, 26 Mar 2020 12:14:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158522485250" MIME-Version: 1.0 Date: Thu, 26 Mar 2020 12:14:12 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/devel/libftdi1 To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200326121412.E01B3FB27@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. --_----------=_158522485250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Mar 26 12:14:12 UTC 2020 Modified Files: pkgsrc/devel/libftdi1: Makefile Log Message: libftdi1: Don't use lib64 suffix on Linux To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/libftdi1/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158522485250 Content-Disposition: inline Content-Length: 671 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/libftdi1/Makefile diff -u pkgsrc/devel/libftdi1/Makefile:1.36 pkgsrc/devel/libftdi1/Makefile:1.37 --- pkgsrc/devel/libftdi1/Makefile:1.36 Tue Mar 24 16:21:12 2020 +++ pkgsrc/devel/libftdi1/Makefile Thu Mar 26 12:14:12 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2020/03/24 16:21:12 nia Exp $ +# $NetBSD: Makefile,v 1.37 2020/03/26 12:14:12 nia Exp $ DISTNAME= libftdi1-1.4 CATEGORIES= devel @@ -19,6 +19,7 @@ USE_LANGUAGES= c c++ CMAKE_ARGS+= -Wno-dev CMAKE_ARGS+= -DEXAMPLES=off CMAKE_ARGS+= -DDOCUMENTATION=off +CMAKE_ARGS+= -DLIB_SUFFIX="" PKGCONFIG_OVERRIDE+= libftdi1.pc.in PKGCONFIG_OVERRIDE+= libftdipp1.pc.in --_----------=_158522485250--