1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Fix build with XFree86 3.x

PR:		58449
Submitted by:	Ports Fury
This commit is contained in:
Kirill Ponomarev 2003-10-23 18:33:53 +00:00
parent 2e26328d42
commit 75de907efa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91980

View File

@ -65,6 +65,10 @@ CONFIGURE_ARGS+= --enable-corefonts --disable-xfreetype
LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/Xft
.endif
.if ${XFREE86_VERSION} < 4 || defined(WITHOUT_XINERAMA)
CONFIGURE_ARGS+= --disable-xinerama
.endif
.if ${ARCH} != "i386" || defined(WITHOUT_X86_ASM)
CONFIGURE_ARGS+= --disable-x86-asm
.endif