Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Aug 1999 04:20:01 -0700 (PDT)
From:      "R.IMURA" <imura@cs.titech.ac.jp>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/13199: New port qt-2.0.1
Message-ID:  <199908231120.EAA50912@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/13199; it has been noted by GNATS.

From: "R.IMURA" <imura@cs.titech.ac.jp>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/13199: New port qt-2.0.1
Date: Mon, 23 Aug 1999 20:18:08 +0900

 It seems we can use USE_NEWGCC now.
 So this port needs small change.
 
 --- Makefile.orig       Mon Aug 23 20:12:44 1999
 +++ Makefile    Mon Aug 23 20:13:35 1999
 @@ -15,6 +15,7 @@
  LIB_DEPENDS=   png.3:${PORTSDIR}/graphics/png
  
  USE_GMAKE=     yes
 +USE_NEWGCC=    yes
  USE_X_PREFIX=  yes
  HAS_CONFIGURE= yes
  CONFIGURE_ARGS=        -system-zlib -system-libpng
 @@ -25,12 +26,6 @@
  
  .if defined(QT_GIF_AVAILABLE)
  CONFIGURE_ARGS+=-gif
 -.endif
 -
 -.if ${OSVERSION} < 400004
 -CXX=g++295
 -CC=gcc295
 -BUILD_DEPENDS= gcc295:${PORTSDIR}/lang/egcs
  .endif
  
  .if ${PORTOBJFORMAT} == "elf"
 
 
 ---
 R. Imura
 


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?199908231120.EAA50912>