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 | 1d6d407223c6de3f21ae91ae64701de39aaba9a8 (patch) | |
tree | 7f90c01e0ea78b54b4fa547502dc44f1bd3e86af /lang | |
parent | 6c1628c4f12dd52f9e8e517b18c927dd5f17972f (diff) | |
download | pkgsrc-1d6d407223c6de3f21ae91ae64701de39aaba9a8.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 |