Date: Tue, 13 Oct 1998 14:23:29 -0700 (PDT) From: asami@FreeBSD.ORG (Satoshi Asami) To: brian@Awfulhak.org Cc: zerium@webindex.no, brian@Awfulhak.org, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, jseger@FreeBSD.ORG Subject: Re: cvs commit: ports/x11/kworldwatch Makefile Message-ID: <199810132123.OAA24927@silvia.hip.berkeley.edu> In-Reply-To: <199810131832.TAA02521@woof.lan.awfulhak.org> (message from Brian Somers on Tue, 13 Oct 1998 19:32:51 %2B0100)
next in thread | previous in thread | raw e-mail | index | archive | help
* > 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 <zerium@webindex.no>" 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 <bsd.port.mk> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810132123.OAA24927>