Skip to content

Commit

Permalink
uhd: do not use lib64
Browse files Browse the repository at this point in the history
  • Loading branch information
alarixnia committed May 14, 2021
1 parent 28a4c44 commit 406894a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ham/uhd/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.60 2021/04/21 13:24:53 adam Exp $
# $NetBSD: Makefile,v 1.61 2021/05/14 14:05:06 nia Exp $

DISTNAME= uhd-3.15.0.0
PKGREVISION= 4
Expand All @@ -14,6 +14,7 @@ LICENSE= gnu-gpl-v2
DEPENDS+= ${PYPKGPREFIX}-mako-[0-9]*:../../devel/py-mako
DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests

CMAKE_ARGS+= -DLIB_SUFFIX=""
CMAKE_ARGS+= -DENABLE_MAN_PAGE_COMPRESSION=OFF
CMAKE_ARGS+= -DPKG_MAN_DIR=${PKGMANDIR}/man1
CMAKE_ARGS+= -DRST2HTML_EXECUTABLE=${PREFIX}/bin/rst2html-${PYVERSSUFFIX}.py
Expand Down

0 comments on commit 406894a

Please sign in to comment.