forked from Lainports/freebsd-ports
De-support 6-stable(600102 and later) by ELF symbol versioning.
This commit is contained in:
parent
b7a8902914
commit
acf9ebb2a8
1 changed files with 3 additions and 2 deletions
|
|
@ -18,8 +18,9 @@ COMMENT= A wrapper allowing use of linux-plugins with native applications
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 700009
|
||||
IGNORE= doesn't support ELF Symbol versioning, yet.
|
||||
.if ${OSVERSION} >= 700009 || \
|
||||
(${OSVERSION} < 700000 && ${OSVERSION} >= 600102)
|
||||
IGNORE= doesn't support ELF symbol versioning, yet.
|
||||
.endif
|
||||
|
||||
# I will remove WITH_PLUGINS knob.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue