Fix build on ARCH != i386.

Submitted by:	ru
This commit is contained in:
Kirill Ponomarev 2005-10-19 11:41:19 +00:00
parent 9786f3a63e
commit 26c0361cfb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145857

View file

@ -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