pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libftdi1 libftdi1: Don't use lib64 suffix on Linux



details:   https://anonhg.NetBSD.org/pkgsrc/rev/069e3529785f
branches:  trunk
changeset: 426105:069e3529785f
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Mar 26 12:14:12 2020 +0000

description:
libftdi1: Don't use lib64 suffix on Linux

diffstat:

 devel/libftdi1/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 682eaf0abcf1 -r 069e3529785f devel/libftdi1/Makefile
--- a/devel/libftdi1/Makefile   Thu Mar 26 12:14:01 2020 +0000
+++ b/devel/libftdi1/Makefile   Thu Mar 26 12:14:12 2020 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index