diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2013-02-07 17:06:44 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2013-02-07 17:06:44 +0000 |
commit | 38cc7fc8053cea25afd63f54eb200098554370c2 (patch) | |
tree | ac0c5e20bfde8b2d6f9250961d390ca6728ec25a /mail/claws-mail | |
parent | b82adfbfe631a28be04bef201524745c4cfb8ecd (diff) | |
download | ports-38cc7fc8053cea25afd63f54eb200098554370c2.tar.gz ports-38cc7fc8053cea25afd63f54eb200098554370c2.zip |
Notes
Diffstat (limited to 'mail/claws-mail')
-rw-r--r-- | mail/claws-mail/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index 271c5f98a019..02b99be04861 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -48,12 +48,11 @@ MAKE_JOBS_SAFE= yes MAN1= claws-mail.1 -CFLAGS+= ${PTHREAD_CFLAGS} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} --disable-dbus -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" +CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -pthread" OPTIONS_DEFINE= BOGOFILTER COMPFACE DEBUG DILLO ENCHANT GPGME IPV6 JPILOT LDAP \ MANUAL SPAMASSASSIN STARTUP THEMES |