diff options
author | danw <danw> | 2004-04-23 01:25:09 +0000 |
---|---|---|
committer | danw <danw> | 2004-04-23 01:25:09 +0000 |
commit | d94fc7c0cecae4aa2233dbd8221aa7dd2036e3a5 (patch) | |
tree | eb5460f2ff7bb6d5fcf29cb66e6842746d94012d /lang/python23-pth | |
parent | f9befb0d64b1ce6d1c25fc2caf6b97cfa08310c4 (diff) | |
download | pkgsrc-d94fc7c0cecae4aa2233dbd8221aa7dd2036e3a5.tar.gz |
set INSTALL_UNSTRIPPED on Darwin so modules will be able to resolve
symbols in the python binary. Bump PKGREVISION and require the new
versions on Darwin. Fixes pkg/25272
Diffstat (limited to 'lang/python23-pth')
-rw-r--r-- | lang/python23-pth/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python23-pth/Makefile b/lang/python23-pth/Makefile index c289dad490a..77b301ea173 100644 --- a/lang/python23-pth/Makefile +++ b/lang/python23-pth/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2004/04/13 22:48:41 recht Exp $ +# $NetBSD: Makefile,v 1.21 2004/04/23 01:25:09 danw Exp $ # PKGNAME= python23-pth-2.3.3 -PKGREVISION= 2 +PKGREVISION= 3 PTHREAD_OPTS= require .include "../../mk/pthread.buildlink3.mk" |