Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 162824
Collapse All | Expand All

(-)xfmail-1.5.5.old/src/ui/rules.cpp (-1 / +1 lines)
Lines 693-699 Link Here
693
#if defined(__linux__)
693
#if defined(__linux__)
694
	new_rule->rx.buffer=(unsigned char *) NULL;
694
	new_rule->rx.buffer=(unsigned char *) NULL;
695
	new_rule->rx.fastmap=(char *) NULL;
695
	new_rule->rx.fastmap=(char *) NULL;
696
	new_rule->rx.translate=(char *) NULL;
696
	new_rule->rx.translate=(unsigned char *) NULL;
697
#endif
697
#endif
698
		regfree(&new_rule->rx);
698
		regfree(&new_rule->rx);
699
	}
699
	}
(-)xfmail-1.5.5.old/configure (-1 / +1 lines)
Lines 24903-24909 Link Here
24903
if test $ac_cv_header_ldap_h = yes; then
24903
if test $ac_cv_header_ldap_h = yes; then
24904
24904
24905
	        LDAP_LIBS="-lldap -llber"
24905
	        LDAP_LIBS="-lldap -llber"
24906
	        LDAP_CFLAGS="-DWITH_LDAP"
24906
	        LDAP_CFLAGS="-DWITH_LDAP -DLDAP_DEPRECATED"
24907
	        echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
24907
	        echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
24908
echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6
24908
echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6
24909
if test "${ac_cv_lib_resolv_res_query+set}" = set; then
24909
if test "${ac_cv_lib_resolv_res_query+set}" = set; then

Return to bug 162824