blob: 7093123a5c4f3912fdef82ed916b8b74abeb8b44 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ab,v 1.1.1.1 2005/10/27 19:49:07 minskim Exp $
--- libdkim/Makefile.m4.orig 2005-09-28 13:29:30.000000000 +0200
+++ libdkim/Makefile.m4
@@ -9,8 +9,7 @@ dnl APPENDDEF(`confENVDEF', `-DUSE_ARLIB
dnl APPENDDEF(`confINCDIRS', `-I../libar/ ')
dnl Enable and edit this as appropriate for your system:
-dnl APPENDDEF(`confINCDIRS', `-I/usr/local/ssl/include ')
-
+APPENDDEF(`confINCDIRS', `-I@SSLBASE@/include ')
define(`confMT', `true')
|