diff options
author | miwi <miwi@FreeBSD.org> | 2011-10-29 02:21:28 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-10-29 02:21:28 +0800 |
commit | 50d2ca95baebcdc31ee9fbfdeb49da27f5543cc4 (patch) | |
tree | 07ccea2e8057eedbfefc095b4a1772da97592a54 /graphics | |
parent | f3c7d61c27730551dd9e884b1d0949156cc7b9f8 (diff) | |
download | freebsd-ports-gnome-50d2ca95baebcdc31ee9fbfdeb49da27f5543cc4.tar.gz freebsd-ports-gnome-50d2ca95baebcdc31ee9fbfdeb49da27f5543cc4.tar.zst freebsd-ports-gnome-50d2ca95baebcdc31ee9fbfdeb49da27f5543cc4.zip |
- Fix build on FreeBSD 10
Approved by: kwm implicit
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libdrm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |