1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00

De-support 6-stable(600102 and later) by ELF symbol versioning.

This commit is contained in:
Norikatsu Shigemura 2005-12-31 02:37:28 +00:00
parent b7a8902914
commit acf9ebb2a8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=152464

View File

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