pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/lyx-qt Set qt_cv_libname=-lqt-mt in the config...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/87ae76d3aed9
branches:  trunk
changeset: 511042:87ae76d3aed9
user:      reed <reed%pkgsrc.org@localhost>
date:      Sat Apr 08 17:34:02 2006 +0000

description:
Set qt_cv_libname=-lqt-mt in the configure environment
because didn't link with pthread during the configure check.

diffstat:

 editors/lyx-qt/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 157fe85085e3 -r 87ae76d3aed9 editors/lyx-qt/Makefile
--- a/editors/lyx-qt/Makefile   Sat Apr 08 17:18:26 2006 +0000
+++ b/editors/lyx-qt/Makefile   Sat Apr 08 17:34:02 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2006/04/07 00:54:25 minskim Exp $
+# $NetBSD: Makefile,v 1.28 2006/04/08 17:34:02 reed Exp $
 #
 
 .include "./Makefile.common"
@@ -16,5 +16,9 @@
                        --with-qt-libraries=${BUILDLINK_PREFIX.qt3-libs}/qt3/lib \
                        --with-frontend=qt
 
+# The following is a work-around because $PREFIX/qt3/lib/libqt-mt.so
+# didn't link with pthread during the configure check.
+CONFIGURE_ENV+=                qt_cv_libname=-lqt-mt
+
 .include "../../x11/qt3-tools/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index