Date: Tue, 17 Aug 1999 12:34:17 +0900 (JST) From: futatuki@fureai.or.jp (Yasuhito FUTATSUKI) To: nox@jelal.kn-bremen.de Cc: freebsd-ports@freebsd.org Subject: Re: ports/12642: audio/cdrdao: port doesn't build xcdrdao Message-ID: <199908170334.MAA02647@futatuki2.adin.co.jp> In-Reply-To: Your message of "Sun, 15 Aug 1999 04:51:40 JST". <199908141951.VAA00317@saturn.kn-bremen.de>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi. In article <199908141951.VAA00317@saturn.kn-bremen.de> nox@jelal.kn-bremen.de writes: > 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: Egcs port after 1999/08/15 17:12:22 PDT supports pthreads, if being trust commit log, and compiler driver names have changed egcc/eg++ to gcc295/g++295. On gcc-2.95, both of cdrdao and xcdrdao need CXXFLAGS+=-fpermissive to build. BEGIN --- cut here --- cut here --- cut here --- cut here --- --- Makefile.orig Sat Aug 14 19:12:30 1999 +++ Makefile Tue Aug 17 12:26:39 1999 @@ -44,8 +44,9 @@ .if defined(XCDRDAO) && ${OSVERSION} < 400004 BUILD_DEPENDS+= eg++:${PORTSDIR}/lang/egcs -CC= egcc -CXX= eg++ +CC= gcc295 +CXX= g++295 +CXXFLAGS+= -fpermissive .endif .if defined(DONT_USE_SCGLIB) && ${OSVERSION} > 300000 END --- cut here --- cut here --- cut here --- cut here --- Cheers, -- Yasuhito FUTATSUKI 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?199908170334.MAA02647>