diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2008-11-03 10:40:44 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2008-11-03 10:40:44 +0000 |
commit | 2692986188c378b1906ec38160fd3bd5474bff85 (patch) | |
tree | ce5cce946e2f805418db2ef8268fc77b0d3ebc18 /x11-drivers | |
parent | - solve the problem by updating the py-jcc's Makefile (diff) |
Fix build error [1] and cosmetic change.
Pointed out by: QAT [1]
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-radeonhd-devel/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-radeonhd-devel/Makefile b/x11-drivers/xf86-video-radeonhd-devel/Makefile index 450b88ac680b..a184f1ff3aed 100644 --- a/x11-drivers/xf86-video-radeonhd-devel/Makefile +++ b/x11-drivers/xf86-video-radeonhd-devel/Makefile @@ -21,7 +21,7 @@ OPTIONS= UTILS "Install rhd_conntest and rhd_dump utilities" off XORG_CAT= driver USE_XORG= damageproto videoproto xextproto xf86driproto -USE_AUTOTOOLS= aclocal:19 autoconf:262 +USE_AUTOTOOLS= aclocal:19 autoconf:262 libtool:15 CONFLICT= xf86-video-radeonhd-[0-9]* @@ -29,6 +29,7 @@ MAN4= radeonhd.4x # EXA is usable rather than XAA. DRI is not usable in this time. CONFIGURE_ARGS= --enable-exa --disable-dri +ACLOCAL_ARGS= --acdir=${LOCALBASE}/share/aclocal pre-configure: cd ${WRKSRC} && ${AUTORECONF} -i @@ -38,8 +39,8 @@ pre-configure: .if defined(WITH_UTILS) LIB_DEPENDS+= pci.2:${PORTSDIR}/devel/libpci PLIST_SUB= UTILS="" -CONFIGURE_ENV+= PCIUTILS_CFLAGS="-I${LOCALBASE}/include -lpci -lz" \ - PCIUTILS_LIBS="-L${LOCALBASE}/lib" +CONFIGURE_ENV+= PCIUTILS_CFLAGS="-I${LOCALBASE}/include" \ + PCIUTILS_LIBS="-L${LOCALBASE}/lib -lpci -lz" .else PLIST_SUB= UTILS="@comment " .endif |