pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libftdi1 This package builds using cmake these d...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b2198d36ca10
branches:  trunk
changeset: 635379:b2198d36ca10
user:      dsainty <dsainty%pkgsrc.org@localhost>
date:      Wed Jun 04 06:09:44 2014 +0000

description:
This package builds using cmake these days, so CONFIGURE_ARGS isn't useful.
Port the intended flags to cmake arguments.

Fixes the build in obscure circumstances where doxygen is installed, but
some documentation python build-time requirements happen to be missing.

diffstat:

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

diffs (28 lines):

diff -r 7b4a0571b087 -r b2198d36ca10 devel/libftdi1/Makefile
--- a/devel/libftdi1/Makefile   Wed Jun 04 05:44:23 2014 +0000
+++ b/devel/libftdi1/Makefile   Wed Jun 04 06:09:44 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2014/05/19 22:44:14 dsainty Exp $
+# $NetBSD: Makefile,v 1.5 2014/06/04 06:09:44 dsainty Exp $
 
 DISTNAME=      libftdi1-1.0
 CATEGORIES=    devel
@@ -23,9 +23,6 @@
 # clang segfaults while packaging print/luatex
 #BUILD_DEPENDS+=doxygen-[0-9]*:../../devel/doxygen
 
-CONFIGURE_ARGS+=       --without-examples
-CONFIGURE_ARGS+=       --without-docs
-
 PKGCONFIG_OVERRIDE+=   libftdi1.pc.in
 PKGCONFIG_OVERRIDE+=   libftdipp1.pc.in
 
@@ -34,6 +31,8 @@
 do-configure:
        (cd $(WRKSRC) ; \
        cmake \
+       -DEXAMPLES:BOOL=off \
+       -DDOCUMENTATION:BOOL=off \
        -DCMAKE_BUILD_WITH_INSTALL_RPATH=TRUE \
        -DCMAKE_INSTALL_PREFIX=${PREFIX} \
        -DCMAKE_INSTALL_RPATH=${PREFIX}/lib \



Home | Main Index | Thread Index | Old Index