mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix build with old xorg on 10-CURRENT.
Submitted by: Fredrik Nystrom <fredrik@lysator.liu.se>
This commit is contained in:
parent
7879ebfadc
commit
aeeb855c1b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328976
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ MAN4= ati.4x radeon.4x
|
|||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 1000051
|
||||
.if ${OSVERSION} < 1000051 || !defined(WITH_NEW_XORG)
|
||||
ATI_VERSION= 6.14.6
|
||||
CONFIGURE_ARGS+=--disable-kms
|
||||
PLIST_SUB+= OLD=""
|
||||
|
|
Loading…
Add table
Reference in a new issue