summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrecht <recht>2006-01-24 07:25:35 +0000
committerrecht <recht>2006-01-24 07:25:35 +0000
commite1ac9cc0185450d751803dc8d862b81c0eaa32ca (patch)
tree7f90c01e0ea78b54b4fa547502dc44f1bd3e86af
parent9193cfcec6a44593c6363e818f8664bf76e52ae1 (diff)
downloadpkgsrc-e1ac9cc0185450d751803dc8d862b81c0eaa32ca.tar.gz
Add missing part for the last python24 fix.
-rw-r--r--lang/python/extension.mk6
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