mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
nVidia's libGL depends on libm.so.2 which is not available since 5.3-BETA7.
Get one via `misc/compat4x' port. PR: ports/74130 Submitted by: Marius Nuennerich <marius.nuennerich(at)gmx.de>
This commit is contained in:
parent
11e3f6da5a
commit
71990e22f8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125255
@ -28,6 +28,10 @@ NVVERSION= 6113
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 503000
|
||||
LIB_DEPENDS+= m.2:${PORTSDIR}/misc/compat4x
|
||||
.endif
|
||||
|
||||
# XXX Should use ${PKG_INFO} XXX
|
||||
#
|
||||
XSERVVERSION!= /usr/sbin/pkg_info -O x11-servers/XFree86-4-Server 2>/dev/null | ${GREP} Server- || /usr/sbin/pkg_info -O x11-servers/xorg-server 2>/dev/null | ${GREP} server- || true
|
||||
|
Loading…
Reference in New Issue
Block a user