summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-01-19 18:04:03 +0000
committerwiz <wiz@pkgsrc.org>2007-01-19 18:04:03 +0000
commita88ff2d29975f3fccfd6c4216b2f51162d9f6e45 (patch)
treef51ff0942a1041d927feebbc137d62f327f25476 /www
parentad431caf9b9269b591c33a88e2fdeacd6d8026ba (diff)
downloadpkgsrc-a88ff2d29975f3fccfd6c4216b2f51162d9f6e45.tar.gz
Fix compilation on platforms where gcc does not produce PIC objects by default.
Diffstat (limited to 'www')
-rw-r--r--www/py-clearsilver/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/py-clearsilver/Makefile b/www/py-clearsilver/Makefile
index 9bd404aabc3..aa0e3e836ae 100644
--- a/www/py-clearsilver/Makefile
+++ b/www/py-clearsilver/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2006/10/24 11:06:40 drochner Exp $
+# $NetBSD: Makefile,v 1.9 2007/01/19 18:04:48 wiz Exp $
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
@@ -9,6 +9,7 @@ CONFIGURE_ARGS+= --enable-python
CONFIGURE_ARGS+= --with-python=${PYTHONBIN:Q}
MAKE_FLAGS+= PYTHON_SITE=${LOCALBASE}/${PYSITELIB}
+CFLAGS+= -fPIC
INSTALL_DIRS= ${WRKSRC}/python