2b41d7a59f
Now it breaks stuff on amd64 instead, notably math/lapack. NB: This change makes "make test" fail for this package on amd64. On the other hand, math/fftw (which uses lapack) test suite succeeds. Maybe tests here are simply broken ... Bump revision and bl3 dependency.
12 lines
301 B
Makefile
12 lines
301 B
Makefile
# $NetBSD: buildlink3.mk,v 1.2 2009/12/07 12:15:25 tnn Exp $
|
|
|
|
BUILDLINK_TREE+= libf2c
|
|
|
|
.if !defined(LIBF2C_BUILDLINK3_MK)
|
|
LIBF2C_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libf2c+= libf2c>=20090201nb1
|
|
BUILDLINK_PKGSRCDIR.libf2c?= ../../devel/libf2c
|
|
.endif # LIBF2C_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libf2c
|