diff --git a/graphics/libdrm/Makefile b/graphics/libdrm/Makefile index 823d49d21513..83324cd7a420 100644 --- a/graphics/libdrm/Makefile +++ b/graphics/libdrm/Makefile @@ -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 diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile index 6b93f871d1ba..7d1b1caf15c9 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -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