diff options
author | Kris Moore <kmoore@FreeBSD.org> | 2010-10-15 20:54:22 +0000 |
---|---|---|
committer | Kris Moore <kmoore@FreeBSD.org> | 2010-10-15 20:54:22 +0000 |
commit | ee837cebf415120e73a9c97209f4069ab714c937 (patch) | |
tree | 27304af12a831aab3f34c1c9c3b7e4ffa31fdfb1 /multimedia/qt4-phonon | |
parent | 0de573baa5eef6cacb8620c92149a58192e6a1b3 (diff) |
Improve handing of LD_LIBRARY_PATH when doing non-standard LOCALBASE builds.
Notes
Notes:
svn path=/head/; revision=263056
Diffstat (limited to 'multimedia/qt4-phonon')
-rw-r--r-- | multimedia/qt4-phonon/Makefile | 2 |
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 \ |