diff options
author | nork <nork@FreeBSD.org> | 2005-12-31 10:37:28 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2005-12-31 10:37:28 +0800 |
commit | e063cb9c8b3757ac0de16da90ffb0dd5f7a53559 (patch) | |
tree | cbf0ce3bae0526584fe50b68335378a709ca7c2f /www | |
parent | e8900feb9880d5ff5b5cea36f37cf5060d8d82ce (diff) | |
download | freebsd-ports-gnome-e063cb9c8b3757ac0de16da90ffb0dd5f7a53559.tar.gz freebsd-ports-gnome-e063cb9c8b3757ac0de16da90ffb0dd5f7a53559.tar.zst freebsd-ports-gnome-e063cb9c8b3757ac0de16da90ffb0dd5f7a53559.zip |
De-support 6-stable(600102 and later) by ELF symbol versioning.
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. |