summaryrefslogtreecommitdiff
path: root/editors/cooledit
diff options
context:
space:
mode:
authorjoerg <joerg>2006-03-21 15:34:03 +0000
committerjoerg <joerg>2006-03-21 15:34:03 +0000
commit04e4eba36091eb4af5eb35106a6c53a16fc8fb25 (patch)
tree10ddd5f4d21d1347e294a1c4e5fa2be446daf787 /editors/cooledit
parent28f3094ae98bf0276e81153fe86c22c839432fc1 (diff)
downloadpkgsrc-04e4eba36091eb4af5eb35106a6c53a16fc8fb25.tar.gz
Explicitly link against pthread, since libpython is multithreaded.
Bump revision.
Diffstat (limited to 'editors/cooledit')
-rw-r--r--editors/cooledit/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/editors/cooledit/Makefile b/editors/cooledit/Makefile
index 197328b788b..adea07c3e96 100644
--- a/editors/cooledit/Makefile
+++ b/editors/cooledit/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2006/03/04 21:29:31 jlam Exp $
+# $NetBSD: Makefile,v 1.22 2006/03/21 15:34:03 joerg Exp $
DISTNAME= cooledit-3.17.17
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= editors
MASTER_SITES= ftp://ftp.ibiblio.org/pub/Linux/apps/editors/X/cooledit/
@@ -17,6 +17,8 @@ USE_TOOLS+= gmake
GNU_CONFIGURE= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+PTHREAD_AUTO_VARS= yes
+
post-configure:
if ${GREP} -q mbstate_t /usr/include/machine/ansi.h ; then :; else \
${MV} ${WRKSRC}/config.h ${WRKSRC}/config.h.bak ; \
@@ -27,4 +29,5 @@ post-configure:
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../graphics/xpm/buildlink3.mk"
.include "../../lang/python/application.mk"
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"