summaryrefslogtreecommitdiff
path: root/x11/qt3-libs/files
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2003-10-05 10:07:09 +0000
committerxtraeme <xtraeme@pkgsrc.org>2003-10-05 10:07:09 +0000
commitca92f26b3851c4245e462ba5ebe1f7e2828f3ae7 (patch)
tree47c5b136a8bbc783fb28ecb76ee666145fa6ffe0 /x11/qt3-libs/files
parent4f5945d239ead907ba6a40734c976a6f264f1001 (diff)
downloadpkgsrc-ca92f26b3851c4245e462ba5ebe1f7e2828f3ae7.tar.gz
Replace -lpthread with ${PTHREAD_LDFLAGS}. (Fixes my build on FreeBSD 5.x).
Ok'ed by skrll@
Diffstat (limited to 'x11/qt3-libs/files')
-rw-r--r--x11/qt3-libs/files/qmake.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/qt3-libs/files/qmake.conf b/x11/qt3-libs/files/qmake.conf
index 0bfd80073ce..131fc2f4c8e 100644
--- a/x11/qt3-libs/files/qmake.conf
+++ b/x11/qt3-libs/files/qmake.conf
@@ -1,5 +1,5 @@
-# $NetBSD: qmake.conf,v 1.10 2003/09/28 05:27:06 grant Exp $
-# $Id: qmake.conf,v 1.10 2003/09/28 05:27:06 grant Exp $
+# $NetBSD: qmake.conf,v 1.11 2003/10/05 10:07:09 xtraeme Exp $
+# $Id: qmake.conf,v 1.11 2003/10/05 10:07:09 xtraeme Exp $
#
# qmake configuration for netbsd-g++
#
@@ -75,7 +75,7 @@ QMAKE_LIBS_X11 = -lXext -lX11 -lm @SYS_LIBS@
QMAKE_LIBS_X11SM = -lICE -lSM
QMAKE_LIBS_QT = @LIBQT@
QMAKE_LIBS_QT_THREAD = @LIBQT@
-QMAKE_LIBS_THREAD = -lpthread
+QMAKE_LIBS_THREAD = @PTHREAD_LDFLAGS@
QMAKE_LIBS_OPENGL = -lGLU -lGL -lXmu
QMAKE_LIBS_OPENGL_QT = -lGL -lXmu