From d50bf3f8e96b3556f4bd2f53359bd5a29a439575 Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Mon, 23 Oct 2017 16:50:30 +0000 Subject: Remove all references to libpthread-stubs from xenocara. "looks sane" guenther@. --- lib/fontconfig/fc-query/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/fontconfig/fc-query') diff --git a/lib/fontconfig/fc-query/Makefile b/lib/fontconfig/fc-query/Makefile index 2b35653f6..beba1023e 100644 --- a/lib/fontconfig/fc-query/Makefile +++ b/lib/fontconfig/fc-query/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.1 2013/03/09 14:34:45 matthieu Exp $ +# $OpenBSD: Makefile,v 1.2 2017/10/23 16:50:28 matthieu Exp $ FONTCONFIG= ${.CURDIR}/../../../dist/fontconfig PROG= fc-query -LDADD= -L../src -L${X11BASE}/lib -lfontconfig -lfreetype -lexpat -lz -lpthread-stubs +LDADD= -L../src -L${X11BASE}/lib -lfontconfig -lfreetype -lexpat -lz obj: _xenocara_obj -- cgit v1.2.3