aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2005-12-23 18:26:49 +0800
committernork <nork@FreeBSD.org>2005-12-23 18:26:49 +0800
commite493efb2204bac7728912a1c8e1d0cb096dccf7e (patch)
tree3e740238eade9750e4718db7ecf0dd42b6bfac0e
parent863c38febbb751c132582fdc99606eec2af5d9ba (diff)
downloadfreebsd-ports-gnome-e493efb2204bac7728912a1c8e1d0cb096dccf7e.tar.gz
freebsd-ports-gnome-e493efb2204bac7728912a1c8e1d0cb096dccf7e.tar.zst
freebsd-ports-gnome-e493efb2204bac7728912a1c8e1d0cb096dccf7e.zip
Mark IGNORE on __FreeBSD_version >= 700009.
-rw-r--r--www/linuxpluginwrapper/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/linuxpluginwrapper/Makefile b/www/linuxpluginwrapper/Makefile
index 4abdbf4b6f19..da772b77cd48 100644
--- a/www/linuxpluginwrapper/Makefile
+++ b/www/linuxpluginwrapper/Makefile
@@ -18,6 +18,10 @@ 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.
+.endif
+
# I will remove WITH_PLUGINS knob.
.if defined(WITH_PLUGINS)
RUN_DEPENDS= ${X11BASE}/lib/linux-flashplugin6/libflashplayer.so:${PORTSDIR}/www/linux-flashplugin6