Disable libvgl support on 4.x.
Reported by: lofi
This commit is contained in:
parent
1cbb95fac7
commit
9c9180c101
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144815
1 changed files with 2 additions and 0 deletions
|
@ -43,9 +43,11 @@ OPTIONS= NAS "Include support for the Network Audio System" Off \
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500000
|
||||
.if exists(/usr/lib/libvgl.so)
|
||||
CONFIGURE_ARGS+=--enable-video-vgl
|
||||
DISPLAY_MSG= ${CAT} ${PKGMESSAGE}
|
||||
.endif
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-video-vgl
|
||||
PKGMESSAGE= none
|
||||
|
|
Loading…
Reference in a new issue