From owner-freebsd-ports Wed Jan 6 00:59:23 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA10355 for freebsd-ports-outgoing; Wed, 6 Jan 1999 00:59:23 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from shale.csir.co.za (shale.csir.co.za [146.64.46.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA10300; Wed, 6 Jan 1999 00:58:26 -0800 (PST) (envelope-from reg@shale.csir.co.za) Received: (from reg@localhost) by shale.csir.co.za (8.9.1/8.9.1) id KAA57420; Wed, 6 Jan 1999 10:51:15 +0200 (SAT) (envelope-from reg) Date: Wed, 6 Jan 1999 10:51:15 +0200 From: Jeremy Lea To: Bill Woods Cc: Kris Kennaway , current@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: kdesupport11 port build problems on -current elf Message-ID: <19990106105115.C16622@shale.csir.co.za> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: ; from Bill Woods on Tue, Jan 05, 1999 at 10:25:31PM -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, On Tue, Jan 05, 1999 at 10:25:31PM -0800, Bill Woods wrote: > OK, that sounds good....ahh..oh yea, what do you mean by "if you add > -lXext to the linker link above" . What do I add and where ? Firstly, you shouldn't be using the 11 ports yet. If you see ports apear in your tree without commit e-mail, then these are repository copies and haven't been upgrded yet. Give people a little chance. Use this patch (sent to the maintainer several weeks ago) as kdesupport/patches/patch-a3: --- QwSpriteField/Makefile.in~ Fri Nov 27 16:23:32 1998 +++ QwSpriteField/Makefile.in Fri Nov 27 16:23:53 1998 @@ -139,7 +139,7 @@ # the difference between the first and the last, is the major number # the last is the minor number # the number in the middle is the minor-minor number -libQwSpriteField_la_LDFLAGS = -version-info 5:2:4 -lqt -lX11 $(LIBSOCKET) +libQwSpriteField_la_LDFLAGS = -version-info 5:2:4 -lqt -lXext -lX11 $(LIBSOCKET) INCLUDES = $(QT_INCLUDES) lib_LTLIBRARIES = libQwSpriteField.la @@ -157,7 +157,7 @@ noinst_PROGRAMS = example example_SOURCES = example.cpp -example_LDADD = libQwSpriteField.la -lqt -lX11 $(LIBSOCKET) +example_LDADD = libQwSpriteField.la -lqt -lXext -lX11 $(LIBSOCKET) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.h CONFIG_CLEAN_FILES = Regards, -Jeremy -- | "I could be anything I wanted to, but one things true --+-- Never gonna be as big as Jesus, never gonna hold the world in my hand | Never gonna be as big as Jesus, never gonna build a promised land | But that's, that's all right, OK with me..." -Audio Adrenaline To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message