mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
- 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
@ -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
|
BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:${PORTSDIR}/devel/libpthread-stubs
|
||||||
RUN_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
|
USE_BZIP2= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
@ -27,6 +27,7 @@ CONFIGURE_ARGS?=--with-html-dir=${PREFIX}/share/doc \
|
|||||||
--without-python
|
--without-python
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
|
WITH_FBSD10_FIX= yes
|
||||||
|
|
||||||
.if defined(MASTERDIR)
|
.if defined(MASTERDIR)
|
||||||
_SLAVE_PORT= yes
|
_SLAVE_PORT= yes
|
||||||
|
Loading…
Reference in New Issue
Block a user