summaryrefslogtreecommitdiff
path: root/security/gnupg/patches/patch-aa
blob: 4a40052199a36b08486ac27e8951aec379ea1b8b (plain)
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
$NetBSD: patch-aa,v 1.2 1999/04/08 15:17:27 mellon Exp $

diff -rc2 aclocal.m4 aclocal.m4
*** aclocal.m4	Sat Mar 20 04:33:43 1999
--- aclocal.m4	Wed Apr  7 18:39:04 1999
***************
*** 213,217 ****
              ;;
  
!           freebsd2* | osf4* )
              CFLAGS_RDYNAMIC=""
              ;;
--- 213,217 ----
              ;;
  
!           freebsd2* | osf4* | netbsd*)
              CFLAGS_RDYNAMIC=""
              ;;
***************
*** 418,421 ****
--- 418,429 ----
  solaris*)
    ac_symcode='[BDTU]'
+   ;;
+ esac
+ 
+ # NetBSD/i386 has leading underscores.
+ case "$target" in
+ i[3456]86*-*-netbsd* | pentium-*-netbsd* | pentiumpro-*-netbsd*)
+   ac_sympat='_\([_A-Za-z][_A-Za-z0-9]*\)'
+   ac_symxfrm='_\1 \1' 
    ;;
  esac