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

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.