aboutsummaryrefslogtreecommitdiffstats
path: root/www/awffull
diff options
context:
space:
mode:
Diffstat (limited to 'www/awffull')
-rw-r--r--www/awffull/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/awffull/Makefile b/www/awffull/Makefile
index 07330bddcea0..bffe79aef058 100644
--- a/www/awffull/Makefile
+++ b/www/awffull/Makefile
@@ -34,10 +34,9 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-font-default=${FONTDEFAULT} \
--with-font-label=${FONTLABEL} \
--with-etcdir=${PREFIX}/etc
-CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
-CPPFLAGS= -I${LOCALBASE}/include
-LDFLAGS= -L${LOCALBASE}/lib
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
MAN1= awffull.1
MAN5= awffull.conf.5
'deletions'>-13/+33 * ** Dunno why i bothered, but see bug #58090.Not Zed2004-05-072-6/+45 * ** See #58017.Not Zed2004-05-074-6/+19 * use random color for calendar default.Larry Ewing2004-05-072-1/+22 * Make some more toolbar and menu items use the stock versions of iconsRodney Dawes2004-05-072-8/+15 * Check that the folder is selectable using the new flags argument.Jeffrey Stedfast2004-05-076-15/+31 * reset the preview if no signature is selectedRadek Doulik2004-05-062-1/+9 * Updated Czech translation.Miloslav Trmac2004-05-062-264/+281 * Updated italian translationMarco Ciampa2004-05-062-293/+311 * set nodelay and keepalive on the socket.Not Zed2004-05-064-74/+95 * Select the row that was just collapsed. Fixes bug #57665.Jeffrey Stedfast2004-05-062-0/+5 * Removed. (rule_from_message): Removed the AUTO_THREAD bit.Jeffrey Stedfast2004-05-064-69/+11 * Translation updated.Priit Laes2004-05-062-2151/+2578 * Change the algorithm so that if the buttons can't be laid out perfectlyDan Winship2004-05-052-135/+75 * ** See bug #57720.Not Zed2004-05-0510-195/+188 * dont set X-Evolution-Source here anymore, set in caller.Not Zed2004-05-052-17/+22 * Removed. This is covered by gnome_i18n_get_language_list, which is moreNot Zed2004-05-054-101/+5 * Fixes #58025JP Rosevear2004-05-053-19/+32 * Implement. (init_address_record): Init textview.Hans Petter Jansson2004-05-053-277/+270 * (calendar_setup_new_task_list): fix the previous fix to work ifLarry Ewing2004-05-052-8/+7 * make sure that we don't crash if there are no sources.Larry Ewing2004-05-052-5/+25 * fixup the dialog initialization.Larry Ewing2004-05-052-2/+9 * Use defaults from Anna. (im_service_default): Ditto. (email_default):Hans Petter Jansson2004-05-052-14/+37 * Remove blog, add home page. (set_entry_changed_signals): Ditto.Hans Petter Jansson2004-05-053-9/+21 * Fix for bug #55303, but ideally there would be a nicer way of doing this -Jeffrey Stedfast2004-05-053