mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
It was too late to add the path for compat5x on 6.1 and later.
This commit is contained in:
parent
c5cbd7004c
commit
9bb9ccafb0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=163996
@ -35,7 +35,7 @@ TARGET32_DIR= ${PREFIX}/lib32/compat
|
||||
IGNORE= is for FreeBSD 6.x and newer
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} > 700011
|
||||
.if ${OSVERSION} > 700011 || (${OSVERSION} < 700000 && ${OSVERSION} >= 600104)
|
||||
USE_LDCONFIG= ${TARGET_DIR}
|
||||
PLIST_SUB+= USE_LDCONFIG=""
|
||||
.else
|
||||
|
Loading…
Reference in New Issue
Block a user