From owner-freebsd-ports Fri Nov 8 9:31: 4 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 709DB37B401 for ; Fri, 8 Nov 2002 09:31:03 -0800 (PST) Received: from mail.tinkerbox.org (adsl-64-168-139-138.dsl.snfc21.pacbell.net [64.168.139.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9A8443E6E for ; Fri, 8 Nov 2002 09:30:54 -0800 (PST) (envelope-from bruno@tinkerbox.org) Received: from duron.bschwand.net (duron.bschwand.net [192.168.137.4]) by mail.tinkerbox.org (Postfix) with ESMTP id 5760119B5; Fri, 8 Nov 2002 09:40:27 -0800 (PST) Date: Fri, 8 Nov 2002 09:40:18 -0800 (PST) From: bruno schwander X-Sender: bruno@duron.bschwand.net To: Tilman Linneweh Cc: ports@freebsd.org Subject: Re: updating port/cad/qcad In-Reply-To: <20021108070955.GA3158@huckfinn.arved.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org well I see that he did the same I did, i.e. spcifiying the QT libs directly as -lqt-mt and adding the needed pthread options. Shouldn't that go in the bsd.kde.mk ? it used to be in there for QT2 it seems. bruno On Fri, 8 Nov 2002, Tilman Linneweh wrote: > > I am trying to update ports/cad/qcad and I am hitting a little problem > > with QT3. It seems that the linking options such as "-lqt-mt -pthread" ar > > not passed to the linker if I use just the > > > > MAKE_ENV= MOC="${MOC}" LIBQT="-l${QTNAME}" \ > > QTCPPFLAGS="${QTCPPFLAGS}" QTCFGLIBS="${QTCFGLIBS}" > > > > Looking at /usr/ports/Mk/bsd.kde.mk, it looks like QTNAME is not set for > > QT3. The QTCFGLIBS do not seem to include these additional flags > > either. What am I missing here ? > > There is a PR about qcad ports/43694. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message