Remove unnecessary CONFIGURE_ARGS (and really should have been CMAKE_ARGS) line (for USE_CMAKE).

This commit is contained in:
mef 2014-09-09 05:50:18 +00:00
parent 76cf656ed4
commit d65b11f716

View file

@ -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 \