aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2005-12-31 10:37:28 +0800
committernork <nork@FreeBSD.org>2005-12-31 10:37:28 +0800
commite063cb9c8b3757ac0de16da90ffb0dd5f7a53559 (patch)
treecbf0ce3bae0526584fe50b68335378a709ca7c2f /www
parente8900feb9880d5ff5b5cea36f37cf5060d8d82ce (diff)
downloadfreebsd-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/Makefile5
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.