summaryrefslogtreecommitdiff
path: root/x11/xosd
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-11-30 01:34:41 +0000
committerxtraeme <xtraeme>2004-11-30 01:34:41 +0000
commitb16fd3627f66c0cbe7682f85755503cd25c7a656 (patch)
treebf4a03b2de7e03c4b6bd4fb4f883f69cfded057f /x11/xosd
parent1ed3d16b79911631b598f5de93aead61381a0d8b (diff)
downloadpkgsrc-b16fd3627f66c0cbe7682f85755503cd25c7a656.tar.gz
This needs PTHREAD_AUTO_VARS=yes, fixes bulk build problem.
Diffstat (limited to 'x11/xosd')
-rw-r--r--x11/xosd/Makefile.common6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/xosd/Makefile.common b/x11/xosd/Makefile.common
index 5fd6fcf1b49..03fbc1b23bc 100644
--- a/x11/xosd/Makefile.common
+++ b/x11/xosd/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.16 2004/11/12 06:39:21 jlam Exp $
+# $NetBSD: Makefile.common,v 1.17 2004/11/30 01:34:41 xtraeme Exp $
DISTNAME= xosd-2.2.12
CATEGORIES= x11
@@ -23,9 +23,11 @@ CONFIGURE_ARGS+= --disable-xinerama
# Avoid an ICE on sparc64 with gcc2
CONFIGURE_ENV+= F77=${FALSE}
-SUBST_CLASSES= fixme
+SUBST_CLASSES+= fixme
SUBST_STAGE.fixme= post-patch
SUBST_FILES.fixme= configure
SUBST_SED.fixme= -e "s|-lpthread|${PTHREAD_LIBS}|g"
+PTHREAD_AUTO_VARS= yes
+
.include "../../mk/pthread.buildlink3.mk"