- Fix build on FreeBSD 10
Approved by: kwm implicit
This commit is contained in:
parent
1855768457
commit
6fab8b8200
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284556
2 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,7 @@ COMMENT= Userspace interface to kernel Direct Rendering Module services
|
|||
BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:${PORTSDIR}/devel/libpthread-stubs
|
||||
RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:${PORTSDIR}/devel/libpthread-stubs
|
||||
|
||||
WITH_FBSD10_FIX= yes
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -27,6 +27,7 @@ CONFIGURE_ARGS?=--with-html-dir=${PREFIX}/share/doc \
|
|||
--without-python
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
WITH_FBSD10_FIX= yes
|
||||
|
||||
.if defined(MASTERDIR)
|
||||
_SLAVE_PORT= yes
|
||||
|
|
Loading…
Reference in a new issue