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
1 changed files with 1 additions and 3 deletions
|
@ -43,11 +43,9 @@ OPTIONS= NAS "Include support for the Network Audio System" Off \
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if ${OSVERSION} >= 500000
|
.if ${OSVERSION} >= 500000 && exists(/usr/lib/libvgl.so)
|
||||||
.if exists(/usr/lib/libvgl.so)
|
|
||||||
CONFIGURE_ARGS+=--enable-video-vgl
|
CONFIGURE_ARGS+=--enable-video-vgl
|
||||||
DISPLAY_MSG= ${CAT} ${PKGMESSAGE}
|
DISPLAY_MSG= ${CAT} ${PKGMESSAGE}
|
||||||
.endif
|
|
||||||
.else
|
.else
|
||||||
CONFIGURE_ARGS+=--disable-video-vgl
|
CONFIGURE_ARGS+=--disable-video-vgl
|
||||||
PKGMESSAGE= none
|
PKGMESSAGE= none
|
||||||
|
|
Loading…
Reference in a new issue