From 4cdc8d2b39c46f05665b64812312db3bc296a6d7 Mon Sep 17 00:00:00 2001 From: Roman Bogorodskiy Date: Mon, 9 May 2005 16:46:24 +0000 Subject: Fix build with xmms support enabled. PR: 73758 Submitted by: alfred --- deskutils/logjam/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deskutils') diff --git a/deskutils/logjam/Makefile b/deskutils/logjam/Makefile index 2635b0e9aec4..1394cc16ab67 100644 --- a/deskutils/logjam/Makefile +++ b/deskutils/logjam/Makefile @@ -33,7 +33,7 @@ GNU_CONFIGURE= yes USE_GNOME= gnomehack gnomeprefix gtk20 libxml2 intlhack CONFIGURE_ARGS= --program-transform-name="s/$$//" CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" + LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" .ifndef(WITHOUT_GTKSPELL) LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell2 -- cgit v1.2.3