aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Leise <marco.leise@gmx.de>2017-05-05 23:01:02 +0200
committerMarco Leise <marco.leise@gmx.de>2017-05-05 23:01:02 +0200
commit0d02e2c7b7b324b9d54fba9f763e0bb1b2bc7709 (patch)
tree97ad7265472d63c07cb129fba7fbe80dc6eb5bb0 /x11-terms
parentEnabled self-hosting dmd, using the compiler binaries that come with the sour... (diff)
downloaddlang-0d02e2c7b7b324b9d54fba9f763e0bb1b2bc7709.tar.gz
dlang-0d02e2c7b7b324b9d54fba9f763e0bb1b2bc7709.tar.bz2
dlang-0d02e2c7b7b324b9d54fba9f763e0bb1b2bc7709.zip
Fix library order for static builds of Tilix.
Diffstat (limited to 'x11-terms')
-rw-r--r--x11-terms/tilix/tilix-1.5.6.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-terms/tilix/tilix-1.5.6.ebuild b/x11-terms/tilix/tilix-1.5.6.ebuild
index 73eed06..958bf07 100644
--- a/x11-terms/tilix/tilix-1.5.6.ebuild
+++ b/x11-terms/tilix/tilix-1.5.6.ebuild
@@ -38,6 +38,6 @@ src_prepare() {
d_src_configure()
{
export GTKD_CFLAGS="-I/usr/include/dlang/gtkd-3"
- export GTKD_LIBS="${DLANG_LINKER_FLAG}-ldl ${DLANG_LINKER_FLAG}-lgtkd-3 ${DLANG_LINKER_FLAG}-lvted-3"
+ export GTKD_LIBS="${DLANG_LINKER_FLAG}-ldl ${DLANG_LINKER_FLAG}-lvted-3 ${DLANG_LINKER_FLAG}-lgtkd-3"
LINGUAS=`l10n_get_locales` default_src_configure
}