Date: Mon, 4 Aug 2003 00:07:25 +0200 From: Andy <andy-freebsd@splashground.de> To: ports@freebsd.org Subject: Re: ports/55172 [PATCH] Message-ID: <20030803220725.GH25564@splashground.de> In-Reply-To: <1059935590.32578.3.camel@localhost> References: <1059935590.32578.3.camel@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Aug 03, 2003 at 07:33:11PM +0100, Stacey Roberts wrote: > Hello, > >From Marcus' entry, this PR has been kicked to you. > > Here's what I'm getting when attempting to portupgrade py22-gtk-1.99.16 > after yet another fresh cvsup of the ports tree today: > > ===> Building for py23-numeric-21.0 I used the following patch Andy --- setup.py Tue Mar 12 21:46:34 2002 +++ setup.py Mon Aug 4 00:03:24 2003 @@ -38,6 +38,9 @@ undef_macros = ['HAVE_INVERSE_HYPERBOLIC'] elif sys.platform in ['mac', 'beos5']: mathlibs = [] +elif sys.platform in ['freebsd4', 'freebsd5']: + define_macros = [] + undef_macros = ['HAVE_INVERSE_HYPERBOLIC'] # delete all but the first one in this list if using your own LAPACK/BLAS sourcelist = [os.path.join('Src', 'lapack_litemodule.c'),
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030803220725.GH25564>