* Patch for vga on i386.
PR: ports/87832
This commit is contained in:
parent
321b531f4b
commit
6add713f17
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146292
2 changed files with 7 additions and 1 deletions
|
@ -27,6 +27,12 @@ OPTIONS= IRMAN "Build with libirman support" On
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "i386"
|
||||
LIB_DEPENDS+= vga:${PORTSDIR}graphics/vga
|
||||
PLIST_SUB+= SMODE2=
|
||||
.else
|
||||
PLIST_SUB+= SMODE2="@comment "
|
||||
.endif
|
||||
.if defined(WITH_IRMAN)
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libirman.a:${PORTSDIR}/comms/libirman
|
||||
CONFIGURE_ARGS+= --with-driver=irman
|
||||
|
|
|
@ -6,7 +6,7 @@ bin/irsend
|
|||
bin/irw
|
||||
bin/irxevent
|
||||
bin/mode2
|
||||
bin/smode2
|
||||
%%SMODE2%%bin/smode2
|
||||
bin/xmode2
|
||||
sbin/lircd
|
||||
sbin/lircmd
|
||||
|
|
Loading…
Reference in a new issue