diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-08-28 14:38:12 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-08-28 14:38:21 -0400 |
commit | d1487f5061723ce08264e3c271510d9c397c1a1d (patch) | |
tree | 67969f9b5a44fe4ffd8a19c994bfb193fa16f4da /x11-libs/libXaw3d | |
parent | dev-util/catalyst: Stabilize 3.0.21 arm, #849482 (diff) | |
download | gentoo-d1487f5061723ce08264e3c271510d9c397c1a1d.tar.gz gentoo-d1487f5061723ce08264e3c271510d9c397c1a1d.tar.bz2 gentoo-d1487f5061723ce08264e3c271510d9c397c1a1d.zip |
x11-libs/libXaw3d: Use correct configuration option
Closes: https://bugs.gentoo.org/867007
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs/libXaw3d')
-rw-r--r-- | x11-libs/libXaw3d/libXaw3d-1.6.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/libXaw3d/libXaw3d-1.6.4.ebuild b/x11-libs/libXaw3d/libXaw3d-1.6.4.ebuild index 798c674fe473..e6fd0a9f029d 100644 --- a/x11-libs/libXaw3d/libXaw3d-1.6.4.ebuild +++ b/x11-libs/libXaw3d/libXaw3d-1.6.4.ebuild @@ -25,7 +25,7 @@ BDEPEND=" src_configure() { local XORG_CONFIGURE_OPTIONS=( - --enable-unicode + --enable-internationalization $(use_enable xpm multiplane-bitmaps) --enable-gray-stipples --enable-arrow-scrollbars |