aboutsummaryrefslogtreecommitdiffstats
path: root/mail/popper/files/patch-ae
blob: 7bf8181f31115a6e009ded552ecde7a5144c2a7c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
*** configure.orig	Fri Jul 25 21:42:06 1997
--- configure	Tue Oct  7 22:37:01 1997
***************
*** 828,834 ****
  fi
  
  fi
! if test "$GCC" = yes 
  then
  	CFLAGS="$CFLAGS -fstrength-reduce -fpcc-struct-return"
  fi
--- 828,834 ----
  fi
  
  fi
! if test "$GCC" = DISABLE_yes
  then
  	CFLAGS="$CFLAGS -fstrength-reduce -fpcc-struct-return"
  fi
***************
*** 1354,1360 ****
  netinet/in.h \
  maillock.h \
  ndbm.h \
- gdbm.h \
  
  do
  ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
--- 1354,1359 ----
***************
*** 1697,1703 ****
  char gdbm_open();
  
  int main() {
! gdbm_open()
  ; return 0; }
  EOF
  if { (eval echo configure:1704: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
--- 1696,1702 ----
  char gdbm_open();
  
  int main() {
! DISABLE_gdbm_open()
  ; return 0; }
  EOF
  if { (eval echo configure:1704: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then