pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/liblastfm Make sure qmake can be found during bu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1feef77b69a0
branches:  trunk
changeset: 573979:1feef77b69a0
user:      markd <markd%pkgsrc.org@localhost>
date:      Fri Apr 09 23:49:14 2010 +0000

description:
Make sure qmake can be found during build.

diffstat:

 audio/liblastfm/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 43e11f0c8915 -r 1feef77b69a0 audio/liblastfm/Makefile
--- a/audio/liblastfm/Makefile  Fri Apr 09 23:48:35 2010 +0000
+++ b/audio/liblastfm/Makefile  Fri Apr 09 23:49:14 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2010/02/15 15:51:55 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2010/04/09 23:49:14 markd Exp $
 #
 
 DISTNAME=      liblastfm-0.3.0
@@ -37,6 +37,9 @@
 REPLACE_FILES.ruby+=   admin/platform.rb
 REPLACE_FILES.ruby+=   admin/utils.rb
 
+pre-configure:
+       ${LN} -sf ${QTDIR}/bin/qmake ${BUILDLINK_DIR}/bin/
+
 .include "../../audio/libsamplerate/buildlink3.mk"
 .include "../../math/fftwf/buildlink3.mk"
 .include "../../x11/qt4-libs/buildlink3.mk"



Home | Main Index | Thread Index | Old Index