summaryrefslogtreecommitdiff
path: root/x11/xosd/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xosd/Makefile.common')
-rw-r--r--x11/xosd/Makefile.common8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/xosd/Makefile.common b/x11/xosd/Makefile.common
index 3b0361a4447..16549214a80 100644
--- a/x11/xosd/Makefile.common
+++ b/x11/xosd/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2004/02/14 17:21:56 jlam Exp $
+# $NetBSD: Makefile.common,v 1.10 2004/02/19 15:00:38 wiz Exp $
#
DISTNAME= xosd-2.2.5
@@ -12,7 +12,7 @@ DISTINFO_FILE= ${.CURDIR}/../../x11/xosd/distinfo
PATCHDIR= ${.CURDIR}/../../x11/xosd/patches
GNU_CONFIGURE= yes
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
USE_LIBTOOL= yes
USE_X11= yes
@@ -23,6 +23,6 @@ CONFIGURE_ARGS+= --disable-xinerama
SUBST_CLASSES= fixme
SUBST_STAGE.fixme= post-patch
SUBST_FILES.fixme= configure
-SUBST_SED.fixme= -e s,-lpthread,${PTHREAD_LDFLAGS},g
+SUBST_SED.fixme= -e "s|-lpthread|${PTHREAD_LDFLAGS}|g"
-.include "../../mk/pthread.buildlink2.mk"
+.include "../../mk/pthread.buildlink3.mk"