From owner-cvs-all Tue Oct 13 14:24:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA28552 for cvs-all-outgoing; Tue, 13 Oct 1998 14:24:14 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA28497; Tue, 13 Oct 1998 14:24:10 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca5-197.ix.netcom.com [209.109.234.197]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id OAA02637; Tue, 13 Oct 1998 14:23:33 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id OAA24927; Tue, 13 Oct 1998 14:23:29 -0700 (PDT) Date: Tue, 13 Oct 1998 14:23:29 -0700 (PDT) Message-Id: <199810132123.OAA24927@silvia.hip.berkeley.edu> To: brian@Awfulhak.org CC: zerium@webindex.no, brian@Awfulhak.org, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, jseger@FreeBSD.ORG In-reply-to: <199810131832.TAA02521@woof.lan.awfulhak.org> (message from Brian Somers on Tue, 13 Oct 1998 19:32:51 +0100) Subject: Re: cvs commit: ports/x11/kworldwatch Makefile From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * > Maybe you also need this: * > CONFIGURE_ARGS= --with-extra-includes=$(PREFIX)/include/giflib * * I'll look into why it works for me then (tomorrow). Thanks. Meanwhile, it did indeed fix the problem for me. Justin, here's the patch. Please credit it to "Hans Petter Bieker " in the commit message. Satoshi ------- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11/kworldwatch/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 1998/10/10 04:52:24 1.10 +++ Makefile 1998/10/13 21:15:59 @@ -19,9 +19,7 @@ kdeui.1:${PORTSDIR}/x11/kdelibs \ kfm.1:${PORTSDIR}/x11/kdelibs -BROKEN= giflib - USE_QT= yes -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes .include To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message