pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/33997 (lang/f2c)



Synopsis: lang/f2c

State-Changed-From-To: open->feedback
State-Changed-By: dmcmahill%NetBSD.org@localhost
State-Changed-When: Tue, 24 Mar 2009 13:35:15 +0000
State-Changed-Why:
pkgsrc/lang/f2c/patches/patch-ai makes sure that the header f2c.h has the
right typedefs to make sizeof(real) = sizeof(integer).  It looks to me like
we probably need an additional case in there.  On your system does the compiler
define something like __sparc_v10 or similar?

If we can figure out what to key off of then it can be added to the two lines
in patch-ai that look like:
+#if defined(__alpha__) || defined(__sparc64__) || defined(__x86_64__) || 
defined(__sparcv9)

then run 'make mps' and try to build again.  

-Dan





Home | Main Index | Thread Index | Old Index