From 41c80d99fd014ead1e7a389b281f6559e3f4db39 Mon Sep 17 00:00:00 2001 From: netchild Date: Fri, 18 Feb 2005 21:08:56 +0000 Subject: Link with PTHREAD libs (unconditionally) for the benefit of plugins which need them (e.g. the clamav plugin). Tested by: Ion-Mihai Tetcu --- mail/sylpheed-claws/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mail/sylpheed-claws') diff --git a/mail/sylpheed-claws/Makefile b/mail/sylpheed-claws/Makefile index 9ae7d81da28e..6ab7cd0bd3ec 100644 --- a/mail/sylpheed-claws/Makefile +++ b/mail/sylpheed-claws/Makefile @@ -7,6 +7,7 @@ PORTNAME= sylpheed-claws PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= mail news ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sylpheed-claws @@ -66,8 +67,8 @@ PLIST_SUB+= GNOME="@comment " CONFIGURE_ARGS+= --program-suffix="-claws" --enable-ipv6 -CONFIGURE_ENV= CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ - LIBS="-L${X11BASE}/lib -L${LOCALBASE}/lib" +CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ + LIBS="-L${X11BASE}/lib -L${LOCALBASE}/lib ${PTHREAD_LIBS}" .if exists(${LOCALBASE}/include/clamav.h) WITH_CLAMAV= yes -- cgit