Date: Sat, 14 Aug 1999 21:51:40 +0200 (MET DST) From: Juergen Lock <nox@jelal.kn-bremen.de> To: freebsd-ports@freebsd.org Subject: Re: ports/12642: audio/cdrdao: port doesn't build xcdrdao Message-ID: <199908141951.VAA00317@saturn.kn-bremen.de> In-Reply-To: <199908132206.AAA90384@saturn.kn-bremen.de> References: <199908121850.LAA46110@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In article <199908132206.AAA90384@saturn.kn-bremen.de> you write: > (i also still needed the DONT_USE_PTHREADS and CXXFLAGS+=-fpermissive >but i take it that must be just my old version of egcs...) Apparently not. I just have updated my egcs (now gcc-2.95), and I still need both of these: Index: Makefile =================================================================== RCS file: /home/cvs/cvs/ports/audio/cdrdao/Makefile,v retrieving revision 1.6 diff -u -u -r1.6 Makefile --- Makefile 1999/08/13 22:37:38 1.6 +++ Makefile 1999/08/14 13:20:58 @@ -46,6 +46,13 @@ BUILD_DEPENDS+= eg++:${PORTSDIR}/lang/egcs CC= egcc CXX= eg++ +# no libgcc_r.a w egcs +DONT_USE_PTHREADS= yes +.endif + +.if defined(XCDRDAO) +# XXX turn some ANSI C++ violation errors into warnings +CXXFLAGS+= -fpermissive .endif .if defined(DONT_USE_SCGLIB) && ${OSVERSION} > 300000 This is on 3.2-STABLE... 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?199908141951.VAA00317>