Fix build on ARCH != i386.
Submitted by: ru
This commit is contained in:
parent
9786f3a63e
commit
26c0361cfb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145857
@ -43,11 +43,9 @@ OPTIONS= NAS "Include support for the Network Audio System" Off \
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500000
|
||||
.if exists(/usr/lib/libvgl.so)
|
||||
.if ${OSVERSION} >= 500000 && 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 New Issue
Block a user