mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Enable plug-in by default on AMD64 as www/flashplugin* are i386-only.
This commit is contained in:
parent
4e119d25d6
commit
80e9e57472
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172657
@ -34,7 +34,11 @@ CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -Wl,--rpath,${PREFIX}/lib/gnash"
|
||||
CONFIGURE_ARGS= --libdir="${PREFIX}/lib/gnash" \
|
||||
--with-plugindir=${PLUGIN_DIR}
|
||||
|
||||
.if ${MACHINE_ARCH:L} == "amd64"
|
||||
OPTIONS= PLUGIN "Enable firefox plugin" on
|
||||
.else
|
||||
OPTIONS= PLUGIN "Enable firefox plugin" off
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -34,7 +34,11 @@ CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -Wl,--rpath,${PREFIX}/lib/gnash"
|
||||
CONFIGURE_ARGS= --libdir="${PREFIX}/lib/gnash" \
|
||||
--with-plugindir=${PLUGIN_DIR}
|
||||
|
||||
.if ${MACHINE_ARCH:L} == "amd64"
|
||||
OPTIONS= PLUGIN "Enable firefox plugin" on
|
||||
.else
|
||||
OPTIONS= PLUGIN "Enable firefox plugin" off
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user