Date: Sat, 14 Aug 1999 00:06:25 +0200 (MET DST) From: Juergen Lock <nox@jelal.kn-bremen.de> To: cpiazza@FreeBSD.ORG Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/12642: audio/cdrdao: port doesn't build xcdrdao Message-ID: <199908132206.AAA90384@saturn.kn-bremen.de> In-Reply-To: <199908121850.LAA46110@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk> -.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 <nox.foo@jelal.kn-bremen.de> (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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908132206.AAA90384>