Date: Mon, 14 Feb 2005 14:06:39 +0100 From: Alexander Leidinger <Alexander@Leidinger.net> To: Ion-Mihai Tetcu <itetcu@people.tecnik93.com> Cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/mail/sylpheed-claws Makefile distinfo Message-ID: <20050214140639.479jvjsqo0cw80gg@netchild.homeip.net> In-Reply-To: <20050213235609.18ceee04@it.buh.tecnik93.com> References: <200502122341.j1CNffcr034909@repoman.freebsd.org> <20050213115041.6e64a5c7@it.buh.tecnik93.com> <20050213112658.654f6fd5@Magellan.Leidinger.net> <20050213235609.18ceee04@it.buh.tecnik93.com>
index | next in thread | previous in thread | raw e-mail
[-- Attachment #1 --] Ion-Mihai Tetcu <itetcu@people.tecnik93.com> wrote: > configure: clamav library not found, will not build clamav plugin > 3072:/usr/local/lib/libclamav.so: undefined reference to > `pthread_cleanup_pop' > 3073:/usr/local/lib/libclamav.so: undefined reference to > `pthread_cleanup_push' Untested patch attached. Bye, Alexander. -- http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 It is the business of little minds to shrink. -- Carl Sandburg [-- Attachment #2 --] --- Makefile.orig Mon Feb 14 14:03:02 2005 +++ Makefile Mon Feb 14 14:03:16 2005 @@ -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 @@ 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= yeshome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050214140639.479jvjsqo0cw80gg>
