From b713bb41cb71dfd535e019119d8076cb4c9a3510 Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 12 Mar 2008 19:26:02 +0000 Subject: We don't need --as-needed in LDFLAGS. We've hacked libtool. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10723 df743ca5-7f9a-e211-a948-0013205c9059 --- mail/evolution/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/evolution') diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 8a6dab407..cc987c5e9 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -3,7 +3,7 @@ # Whom: Ade Lovett # # $FreeBSD$ -# $MCom: ports/mail/evolution/Makefile,v 1.165 2008/03/11 12:49:10 kwm Exp $ +# $MCom: ports/mail/evolution/Makefile,v 1.166 2008/03/12 03:44:34 marcus Exp $ # PORTNAME= evolution @@ -36,7 +36,7 @@ CONFIGURE_ARGS= --enable-nss=yes \ --enable-mono=no \ --with-sub-version=" FreeBSD GNOME Team Port" CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-Wl,--as-needed -L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib" GCONF_SCHEMAS= apps_evolution_addressbook.schemas \ apps-evolution-attachment-reminder.schemas \ -- cgit v1.2.3