diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/linuxpluginwrapper/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/linuxpluginwrapper/Makefile b/www/linuxpluginwrapper/Makefile index da772b77cd48..2dedfd6e0847 100644 --- a/www/linuxpluginwrapper/Makefile +++ b/www/linuxpluginwrapper/Makefile @@ -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. |