- depend on gmp port
This commit is contained in:
parent
23d2079526
commit
18114b4a1f
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.26 2000/12/13 05:26:48 jasoni Exp $
|
||||
# $OpenBSD: Makefile,v 1.27 2001/01/19 06:59:12 jasoni Exp $
|
||||
|
||||
VERSION= 2.0
|
||||
DISTNAME= python-${VERSION}
|
||||
@ -33,6 +33,8 @@ CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
CONFIGURE_ARGS+= --with-fpectl
|
||||
MAKE_FLAGS+= OPT="${CFLAGS}"
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libgmp.a::devel/gmp
|
||||
|
||||
WRKDIST= ${WRKDIR}/Python-${VERSION}
|
||||
|
||||
# If libc_r exists, thread support is compiled in by default unless this
|
||||
|
@ -211,7 +211,7 @@ sha shamodule.c
|
||||
# ftp://gatekeeper.dec.com/.b/usenet/comp.sources.misc/volume40/fgmp/part01.Z
|
||||
|
||||
#GMP=/ufs/guido/src/gmp
|
||||
mpz mpzmodule.c /usr/lib/libgmp.a
|
||||
mpz mpzmodule.c -I${LOCALBASE}/include -L${LOCALBASE}/lib -lgmp
|
||||
|
||||
|
||||
# SGI IRIX specific modules -- off by default.
|
||||
|
Loading…
Reference in New Issue
Block a user