From owner-freebsd-ports Fri Aug 13 15:17:57 1999 Delivered-To: freebsd-ports@freebsd.org Received: from blaubaer.kn-bremen.de (blaubaer.kn-bremen.de [195.37.179.254]) by hub.freebsd.org (Postfix) with ESMTP id 948D114E8A; Fri, 13 Aug 1999 15:17:52 -0700 (PDT) (envelope-from nox@saturn.kn-bremen.de) Received: from saturn.kn-bremen.de (uucp@localhost) by blaubaer.kn-bremen.de (8.9.1/8.9.1) with UUCP id AAA32224; Sat, 14 Aug 1999 00:12:02 +0200 Received: (from nox@localhost) by saturn.kn-bremen.de (8.9.3/8.8.5) id AAA90384; Sat, 14 Aug 1999 00:06:25 +0200 (MET DST) Date: Sat, 14 Aug 1999 00:06:25 +0200 (MET DST) From: Juergen Lock Message-Id: <199908132206.AAA90384@saturn.kn-bremen.de> To: cpiazza@FreeBSD.ORG Subject: Re: ports/12642: audio/cdrdao: port doesn't build xcdrdao X-Newsgroups: local.list.freebsd.ports In-Reply-To: <199908121850.LAA46110@freefall.freebsd.org> Organization: home Cc: freebsd-ports@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In article <199908121850.LAA46110@freefall.freebsd.org> you write: >Synopsis: audio/cdrdao: port doesn't build xcdrdao > >State-Changed-From-To: open->closed >State-Changed-By: cpiazza >State-Changed-When: Thu Aug 12 11:50:41 PDT 1999 >State-Changed-Why: >Committed, thanks! Looks like the test for gtk-- installed is wrong, here is the fix: Index: Makefile =================================================================== RCS file: /home/cvs/cvs/ports/audio/cdrdao/Makefile,v retrieving revision 1.5 diff -u -u -r1.5 Makefile --- Makefile 1999/08/12 18:54:46 1.5 +++ Makefile 1999/08/13 21:01:23 @@ -28,7 +28,7 @@ .include -.if exists(${PREFIX}/include/gtk--.h) +.if exists(${X11BASE}/include/gtk--.h) XCDRDAO= yes .endif (i also still needed the DONT_USE_PTHREADS and CXXFLAGS+=-fpermissive but i take it that must be just my old version of egcs...) Regards, -- Juergen Lock (remove dot foo from address to reply) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message