diff options
author | mef <mef@pkgsrc.org> | 2014-09-09 05:50:18 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2014-09-09 05:50:18 +0000 |
commit | 5ff50829eb789ef2ba8d5d97d406a0c7706f29f2 (patch) | |
tree | 8c8153b3f41e5d58f5c423899ef72736bed73fe8 /ham/uhd | |
parent | 8c6a379a780c9da7ff3891fdcc703cc1e1a60532 (diff) | |
download | pkgsrc-5ff50829eb789ef2ba8d5d97d406a0c7706f29f2.tar.gz |
Remove unnecessary CONFIGURE_ARGS (and really should have been CMAKE_ARGS) line (for USE_CMAKE).
Diffstat (limited to 'ham/uhd')
-rw-r--r-- | ham/uhd/Makefile | 25 |
1 files changed, 1 insertions, 24 deletions
diff --git a/ham/uhd/Makefile b/ham/uhd/Makefile index a890804ba62..9094b58d1f3 100644 --- a/ham/uhd/Makefile +++ b/ham/uhd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/09/08 15:37:42 mef Exp $ +# $NetBSD: Makefile,v 1.5 2014/09/09 05:50:18 mef Exp $ DISTNAME= uhd-release_003_007_002 PKGNAME= uhd-3.7.2 @@ -21,29 +21,6 @@ USE_CMAKE= yes # needs under host/ only. Those uhd/ stuff will be handled post-{patch,install}: WRKSRC= ${WRKDIR}/${DISTNAME}/host -CONFIGURE_ARGS+= -DCMAKE_BUILD_WITH_INSTALL_RPATH=True -CONFIGURE_ARGS+= -DCMAKE_INSTALL_PREFIX=${PREFIX} -CONFIGURE_ARGS+= -DCMAKE_INSTALL_RPATH=${PREFIX}/lib -CONFIGURE_ARGS+= -DCMAKE_INSTALL_RPATH_USE_LINK_PATH=FALSE -CONFIGURE_ARGS+= -DLIBUSB_INCLUDE_DIR=${PREFIX}/include/libusb-1.0 - -CONFIGURE_ARGS+= -DENABLE_LIBUHD=True -CONFIGURE_ARGS+= -DENABLE_EXAMPLES=True -CONFIGURE_ARGS+= -DENABLE_UTILS=True -CONFIGURE_ARGS+= -DENABLE_TESTS=True -CONFIGURE_ARGS+= -DENABLE_MANUAL=True -CONFIGURE_ARGS+= -DENABLE_DOXYGEN=True -CONFIGURE_ARGS+= -DENABLE_MAN_PAGES=True -CONFIGURE_ARGS+= -DENABLE_ORC=True -CONFIGURE_ARGS+= -DENABLE_USB=True -CONFIGURE_ARGS+= -DENABLE_USRP1=True -CONFIGURE_ARGS+= -DENABLE_USRP2=True -CONFIGURE_ARGS+= -DENABLE_B100=True -CONFIGURE_ARGS+= -DENABLE_X300=True -CONFIGURE_ARGS+= -DENABLE_B200=True -# E100 is Linux only -CONFIGURE_ARGS+= -DENABLE_E100=True - # The files with their name uhd-xxxx, are moved down from uhd/xxxx for this process. REPLACE_PYTHON= \ utils/uhd_images_downloader.py.in \ |