summaryrefslogtreecommitdiff
path: root/lang/python27
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-11-10 12:12:32 +0000
committerobache <obache@pkgsrc.org>2013-11-10 12:12:32 +0000
commit7726b5fdddb89e13f46e1dba3c649bd1618bcd25 (patch)
treef6f245ca545f7516e012bde6ab9e07cec6bf1e72 /lang/python27
parentbb09e36a5de2a265b02aa03eb56e1cf1bcff085f (diff)
downloadpkgsrc-7726b5fdddb89e13f46e1dba3c649bd1618bcd25.tar.gz
Fixes missing rpath in pkg-config file.
Bump PKGREVISION.
Diffstat (limited to 'lang/python27')
-rw-r--r--lang/python27/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/python27/Makefile b/lang/python27/Makefile
index bdf697ec4ea..4ad365832a4 100644
--- a/lang/python27/Makefile
+++ b/lang/python27/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.30 2013/10/15 20:46:41 joerg Exp $
+# $NetBSD: Makefile,v 1.31 2013/11/10 12:12:32 obache Exp $
.include "dist.mk"
PKGNAME= python27-${PY_DISTVERSION}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= lang python
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -21,6 +21,8 @@ CONFIGURE_ARGS+= --with-system-ffi
CONFIGURE_ARGS+= --with-dbmliborder=ndbm:bdb
CONFIGURE_ENV+= MKDIR_P=${MKDIR:Q}
+PKGCONFIG_OVERRIDE+= Misc/python.pc.in
+
LDFLAGS+= -L${WRKSRC}
# $RANDOM usage there is fine