Revert previous; in this one case there is a runtime dependency on
pthread-stubs.pc because it is referenced in xcb.pc, which would be better handled as part of USE_XORG=xcb, but a quick fix is required. PR: 218015 Approved by: feld (mentor)
This commit is contained in:
parent
9c03a39d50
commit
8a36c9788a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=437228
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= libxcb
|
||||
PORTVERSION= 1.12
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= x11 python
|
||||
MASTER_SITES= http://xcb.freedesktop.org/dist/
|
||||
|
||||
|
@ -16,6 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
BUILD_DEPENDS= ${LOCALBASE}/lib/libcheck.a:devel/check \
|
||||
xcb-proto>=1.9:x11/xcb-proto \
|
||||
${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs
|
||||
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs
|
||||
|
||||
CONFIGURE_ARGS+= --disable-build-docs --without-doxygen --enable-xinput
|
||||
|
||||
|
|
Loading…
Reference in a new issue