From owner-freebsd-ports Tue Aug 24 14:32:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mailman.cs.ucla.edu (Mailman.CS.UCLA.EDU [131.179.128.30]) by hub.freebsd.org (Postfix) with ESMTP id 217FD15081 for ; Tue, 24 Aug 1999 14:32:10 -0700 (PDT) (envelope-from scottm@CS.UCLA.EDU) Received: from mordred.cs.ucla.edu (mordred.cs.ucla.edu [131.179.192.128]) by mailman.cs.ucla.edu (8.9.1/UCLACS-5.0) with ESMTP id OAA19420 for ; Tue, 24 Aug 1999 14:32:06 -0700 (PDT) Received: from cs.ucla.edu (localhost [127.0.0.1]) by mordred.cs.ucla.edu (8.9.3/8.9.3) with ESMTP id OAA60689 for ; Tue, 24 Aug 1999 14:32:06 -0700 (PDT) (envelope-from scottm@cs.ucla.edu) Message-ID: <37C30F55.7770700A@cs.ucla.edu> Date: Tue, 24 Aug 1999 14:32:05 -0700 From: Scott Michel Organization: UCLA Computer Chaos X-Mailer: Mozilla 4.6 [en] (X11; I; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD Ports List Subject: Compile KDE with PREFIX set? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Ok, here's the next bonehead thing I'm doing that I just can work around (or really, don't have time to work around since I'm multiplexing my prospectus writing with the compile.) I'm compiling up kde11 with PREFIX set: make PREFIX=/usr/local/kde And the problem is that kdelibs11 needs jpeg.6, which is installed in the usual /usr/local/lib suspect place. Problem is that CFLAGS in configure get smashed since "--prefix=${PREFIX}" is being sent in. Thus, configure ends up looking for jpeg in -L${PREFIX}/lib and not in /usr/local/lib where it really is. Anyone got a good workaround? -scooter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message