x11-libs/fltk: Inject LDFLAGS
authorJeroen Roovers <jer@gentoo.org>
Tue, 30 Apr 2019 11:21:53 +0000 (13:21 +0200)
committerJeroen Roovers <jer@gentoo.org>
Tue, 30 Apr 2019 11:22:15 +0000 (13:22 +0200)
Package-Manager: Portage-2.3.65, Repoman-2.3.12
Fixes: https://bugs.gentoo.org/show_bug.cgi?id=655246
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
x11-libs/fltk/fltk-1.3.5-r1.ebuild
x11-libs/fltk/fltk-1.3.9999.ebuild
x11-libs/fltk/fltk-1.4.9999.ebuild

index edc10f248706608d4efd7bdfb5f39682aa77bf4a..f5bad150013e9c63a8d5caabc3d9736803c87600 100644 (file)
@@ -118,7 +118,8 @@ multilib_src_configure() {
                --enable-xdbe \
                --enable-xfixes \
                --includedir=${FLTK_INCDIR} \
-               --libdir=${FLTK_LIBDIR}
+               --libdir=${FLTK_LIBDIR} \
+               LDFLAGS="${LDFLAGS}"
 }
 
 multilib_src_compile() {
index 68c25259dd9504037ea3148d0b71da1e8905c984..5750e09a02c769712651bc0769365705d0b2eeac 100644 (file)
@@ -123,7 +123,8 @@ multilib_src_configure() {
                --enable-xdbe \
                --enable-xfixes \
                --includedir=${FLTK_INCDIR} \
-               --libdir=${FLTK_LIBDIR}
+               --libdir=${FLTK_LIBDIR} \
+               LDFLAGS="${LDFLAGS}"
 }
 
 multilib_src_compile() {
index f184108a5c5663acb0508236739a64106389e51a..6084621d31cb8dd954f9c4df0ec13383914a8931 100644 (file)
@@ -127,7 +127,8 @@ multilib_src_configure() {
                --enable-xdbe \
                --enable-xfixes \
                --includedir=${FLTK_INCDIR} \
-               --libdir=${FLTK_LIBDIR}
+               --libdir=${FLTK_LIBDIR} \
+               LDFLAGS="${LDFLAGS}"
 }
 
 multilib_src_compile() {