diff options
author | nork <nork@FreeBSD.org> | 2005-12-23 18:26:49 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2005-12-23 18:26:49 +0800 |
commit | e493efb2204bac7728912a1c8e1d0cb096dccf7e (patch) | |
tree | 3e740238eade9750e4718db7ecf0dd42b6bfac0e | |
parent | 863c38febbb751c132582fdc99606eec2af5d9ba (diff) | |
download | freebsd-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/Makefile | 4 |
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 |