pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libftdi1



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.

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



Home | Main Index | Thread Index | Old Index