diff options
author | linimon <linimon@FreeBSD.org> | 2017-11-30 15:02:49 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:02:11 +0800 |
commit | 6036169a79c2636c07a5f3538aa386a77445f1b0 (patch) | |
tree | 4d690afb495bf184972e93d35a81359da84d3a47 /x11 | |
parent | 56991c6b3d0b3b92e176833ceb7a8e0d5eb02c90 (diff) | |
download | freebsd-ports-gnome-6036169a79c2636c07a5f3538aa386a77445f1b0.tar.gz freebsd-ports-gnome-6036169a79c2636c07a5f3538aa386a77445f1b0.tar.zst freebsd-ports-gnome-6036169a79c2636c07a5f3538aa386a77445f1b0.zip |
For ports that set particular flags/options for armv6, also set them
for armv7.
This is part three of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run
Diffstat (limited to 'x11')
-rw-r--r-- | x11/rxvt-unicode/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index 7246bd4b2a08..6ffa49634e54 100644 --- a/x11/rxvt-unicode/Makefile +++ b/x11/rxvt-unicode/Makefile @@ -56,6 +56,7 @@ OPTIONS_DEFAULT= PERL XIM UNICODE3 ISO14755 COMBINING RXVT_SCROLLBAR \ MOUSEWHEEL SMART_RESIZE IMLOCALE_FIX GDK_PIXBUF \ 256_COLOR OPTIONS_EXCLUDE_armv6= IMLOCALE_FIX +OPTIONS_EXCLUDE_armv7= IMLOCALE_FIX PORTDOCS1= Changes README.FAQ README.configure PORTDOCS= README.xvt ${PORTDOCS1} |