update Sat Sep 12 12:37:01 PDT 2009
[pkgsrc.git] / wip / dk-milter / patches / patch-aa
1 $NetBSD$
2
3 --- site.config.m4.dist.orig    2007-05-31 20:57:51.000000000 +0200
4 +++ site.config.m4.dist 2007-08-06 21:27:46.000000000 +0200
5 @@ -17,7 +17,7 @@ dnl libar -- asynchronous resolver libra
6  dnl
7  dnl If you want to use the asynchronous resolver library, enable this
8  dnl next line by deleting the "dnl" at the front of it.
9 -dnl define(`bld_USE_ARLIB', `true')
10 +@ARLIB@ define(`bld_USE_ARLIB', `true')
11  dnl 
12  dnl libar normally uses res_init() or res_ninit() to load the contents
13  dnl of resolv.conf for its use.  If neither of these work on your system
14 @@ -53,8 +53,8 @@ dnl
15  dnl DK requires several algorithms provided by this library.  If necessary,
16  dnl enable these lines by deleting "dnl" from the front of them and edit
17  dnl paths as needed.
18 -dnl APPENDDEF(`confINCDIRS', `-I/usr/local/ssl/include ')
19 -dnl APPENDDEF(`confLIBDIRS', `-L/usr/local/ssl/lib ')
20 +APPENDDEF(`confINCDIRS', `-I@SSLBASE@/include -I@PTHREAD@/include ')
21 +APPENDDEF(`confLIBDIRS', `-L@SSLBASE@/lib -L@PTHREAD@/lib ')
22  
23  dnl Code For Future Release (FFRs):
24  dnl
25 @@ -74,8 +74,8 @@ dnl
26  dnl This must be in the search rules for your compile.  If necessary,
27  dnl adjust the paths below and enable the lines by deleting "dnl" from the
28  dnl front of them.
29 -dnl APPENDDEF(`bld_dk_filter_INCDIRS', `-I/usr/local/sendmail/include')
30 -dnl APPENDDEF(`bld_dk_filter_LIBDIRS', `-L/usr/local/sendmail/lib')
31 +APPENDDEF(`bld_dk_filter_INCDIRS', `-I@LMBASE@/include')
32 +APPENDDEF(`bld_dk_filter_LIBDIRS', `-L@LMBASE@/lib')
33  
34  dnl smfi_addheader() -- older versions of libmilter
35  dnl