Date: Sat, 2 Feb 2002 03:20:02 -0800 (PST) From: Thomas Hurst <tom.hurst@clara.net> To: freebsd-ports@FreeBSD.org Subject: Re: ports/34528: devel/boehm-gc is not LOCALBASE clean Message-ID: <200202021120.g12BK2w75116@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/34528; it has been noted by GNATS. From: Thomas Hurst <tom.hurst@clara.net> To: Kazutoshi Kubota <tu7k-kbt@asahi-net.or.jp> Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/34528: devel/boehm-gc is not LOCALBASE clean Date: Sat, 2 Feb 2002 11:12:22 +0000 * Kazutoshi Kubota (tu7k-kbt@asahi-net.or.jp) wrote: > >Number: 34528 > >Category: ports > >Synopsis: devel/boehm-gc is not LOCALBASE clean > >Fix: > diff -urN boehm-gc.orig/Makefile boehm-gc/Makefile > --- boehm-gc.orig/Makefile Fri Feb 1 13:15:55 2002 > +++ boehm-gc/Makefile Fri Feb 1 13:28:28 2002 > @@ -18,8 +18,12 @@ > > HAS_CONFIGURE= yes > INSTALLS_SHLIB= yes > +CONFIGURE_ARGS= --prefix=${PREFIX} Shouldn't this be just HAS_CONFIGURE -> GNU_CONFIGURE? # CONFIGURE_ARGS - Pass these args to configure if ${HAS_CONFIGURE} is # set # (default: "--prefix=${PREFIX} ${CONFIGURE_TARGET}" if # GNU_CONFIGURE is set, "CC=${CC} CCFLAGS=${CFLAGS} # PREFIX=${PREFIX}" if PERL_CONFIGURE is set, empty otherwise). Since presumably non-GNU configure grabs PREFIX from the environment. -- Thomas 'Freaky' Hurst - freaky@aagh.net - http://www.aagh.net/ - Your life would be very empty if you had nothing to regret. 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?200202021120.g12BK2w75116>