ports/55172 [PATCH]

Andy andy-freebsd at splashground.de
Sun Aug 3 15:07:29 PDT 2003


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'),


More information about the freebsd-ports mailing list