diff options
author | 2019-04-30 16:01:29 +0200 | |
---|---|---|
committer | 2019-04-30 16:02:04 +0200 | |
commit | b25676040ffc145791d68d52762bf5363c9b4e94 (patch) | |
tree | f4374c22981067601f168938688c0b251a276e3d /x11-libs/fltk/fltk-1.4.9999.ebuild | |
parent | net-analyzer/vnstat: Old (diff) | |
download | gentoo-b25676040ffc145791d68d52762bf5363c9b4e94.tar.gz gentoo-b25676040ffc145791d68d52762bf5363c9b4e94.tar.bz2 gentoo-b25676040ffc145791d68d52762bf5363c9b4e94.zip |
x11-libs/fltk: Define DSOFLAGS
Package-Manager: Portage-2.3.65, Repoman-2.3.12
Closes: https://bugs.gentoo.org/655246
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'x11-libs/fltk/fltk-1.4.9999.ebuild')
-rw-r--r-- | x11-libs/fltk/fltk-1.4.9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-libs/fltk/fltk-1.4.9999.ebuild b/x11-libs/fltk/fltk-1.4.9999.ebuild index cd5e23920708..de3f947155dd 100644 --- a/x11-libs/fltk/fltk-1.4.9999.ebuild +++ b/x11-libs/fltk/fltk-1.4.9999.ebuild @@ -128,6 +128,7 @@ multilib_src_configure() { --enable-xfixes \ --includedir=${FLTK_INCDIR} \ --libdir=${FLTK_LIBDIR} \ + DSOFLAGS="${LDFLAGS}" \ LDFLAGS="${LDFLAGS}" } |