mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
devel/hwloc2: Add the DEBUG port option
PR: 252679 Approved by: phd_kimberlite@yahoo.co.jp (maintainer)
This commit is contained in:
parent
dedf48f1c6
commit
769d44d09e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=561592
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= hwloc
|
||||
PORTVERSION= 2.3.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://download.open-mpi.org/release/hwloc/v${PORTVERSION:R}/ \
|
||||
http://icl.cs.utk.edu/open-mpi/software/hwloc/v${PORTVERSION:R}/downloads/
|
||||
@ -31,7 +32,7 @@ USE_LDCONFIG= yes
|
||||
|
||||
PORTDOCS= *
|
||||
|
||||
OPTIONS_DEFINE= CAIRO DOCS
|
||||
OPTIONS_DEFINE= CAIRO DEBUG DOCS
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
CAIRO_CONFIGURE_OFF= --disable-cairo --without-x
|
||||
@ -40,6 +41,8 @@ CAIRO_LIB_DEPENDS= libcairo.so:graphics/cairo
|
||||
CAIRO_USES= xorg
|
||||
CAIRO_USE= XORG=x11
|
||||
|
||||
DEBUG_CONFIGURE_ENABLE= debug # 'lstopo -' prints a lot of debug details when debug is enabled, this is separate from WITH_DEBUG=yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} != amd64 && ${ARCH} != i386
|
||||
|
Loading…
Reference in New Issue
Block a user