aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/qt4-phonon
diff options
context:
space:
mode:
authorkmoore <kmoore@FreeBSD.org>2010-10-16 04:54:22 +0800
committerkmoore <kmoore@FreeBSD.org>2010-10-16 04:54:22 +0800
commit0aff5294d5ac96c05f31d00af7f4f512c5a7c5e2 (patch)
tree9edca83c5624dbb8d8da9c6132b1e46c0dba6f90 /multimedia/qt4-phonon
parent29e168c9d1e2abe9221d5ffabeaeea1e29d66899 (diff)
downloadfreebsd-ports-gnome-0aff5294d5ac96c05f31d00af7f4f512c5a7c5e2.tar.gz
freebsd-ports-gnome-0aff5294d5ac96c05f31d00af7f4f512c5a7c5e2.tar.zst
freebsd-ports-gnome-0aff5294d5ac96c05f31d00af7f4f512c5a7c5e2.zip
Improve handing of LD_LIBRARY_PATH when doing non-standard LOCALBASE builds.
Diffstat (limited to 'multimedia/qt4-phonon')
-rw-r--r--multimedia/qt4-phonon/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/qt4-phonon/Makefile b/multimedia/qt4-phonon/Makefile
index 9fae43627f0d..8e69b295e86d 100644
--- a/multimedia/qt4-phonon/Makefile
+++ b/multimedia/qt4-phonon/Makefile
@@ -26,7 +26,7 @@ USE_LDCONFIG= ${PREFIX}/lib/qt4
ALL_TARGET= first
CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH
-MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \
+MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib:$$LD_LIBRARY_PATH \
PATH=${WRKSRC}/bin:$$PATH
DO_NOT_EXTRACT= demos doc examples mkspecs qmake tools translations \