mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- Check arch for svgalib
PR: ports/122225 Submitted by: David Yeske <dyeske@gmail.com> Approved by: Marcus von Appen <mva@sysfault.org> (maintainer)
This commit is contained in:
parent
8296b77e6f
commit
8881f82c0b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=210058
@ -120,7 +120,7 @@ CONFIGURE_ARGS+=--enable-pulseaudio
|
||||
CONFIGURE_ARGS+=--disable-pulseaudio
|
||||
.endif
|
||||
|
||||
.if defined(WITHOUT_SVGALIB)
|
||||
.if (defined(WITHOUT_SVGALIB) || ${ARCH} != "i386")
|
||||
CONFIGURE_ARGS+=--disable-video-svga
|
||||
.else
|
||||
LIB_DEPENDS+= vga.1:${PORTSDIR}/graphics/svgalib
|
||||
|
Loading…
Reference in New Issue
Block a user