diff options
author | recht <recht@pkgsrc.org> | 2006-01-24 07:25:35 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2006-01-24 07:25:35 +0000 |
commit | 7e8c14378cb89b8bfeb5d8fc55675167e05f1326 (patch) | |
tree | 7f90c01e0ea78b54b4fa547502dc44f1bd3e86af /lang | |
parent | 6f6f4e831f70183be132e3ef859f0d6302da5f47 (diff) | |
download | pkgsrc-7e8c14378cb89b8bfeb5d8fc55675167e05f1326.tar.gz |
Add missing part for the last python24 fix.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python/extension.mk | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lang/python/extension.mk b/lang/python/extension.mk index 7689391d92e..5262e736921 100644 --- a/lang/python/extension.mk +++ b/lang/python/extension.mk @@ -1,4 +1,4 @@ -# $NetBSD: extension.mk,v 1.13 2005/11/04 16:50:34 rillig Exp $ +# $NetBSD: extension.mk,v 1.14 2006/01/24 07:25:35 recht Exp $ # derive a python version from the package name if possible # optionally handled quoted package names @@ -35,7 +35,3 @@ do-install: .if defined(PY_PATCHPLIST) PLIST_SUBST+= PYINC=${PYINC} PYSITELIB=${PYSITELIB} .endif - -.if ${OPSYS} == "Darwin" -LDFLAGS+= -lpython -.endif |