diff options
Diffstat (limited to 'security/racoon/files')
-rw-r--r-- | security/racoon/files/patch-aa | 12 | ||||
-rw-r--r-- | security/racoon/files/patch-ac | 4 |
2 files changed, 10 insertions, 6 deletions
diff --git a/security/racoon/files/patch-aa b/security/racoon/files/patch-aa index d599760..b9e78af 100644 --- a/security/racoon/files/patch-aa +++ b/security/racoon/files/patch-aa @@ -1,6 +1,6 @@ ---- ../libipsec/Makefile- Mon Jun 12 00:02:28 2000 -+++ ../libipsec/Makefile Mon Jun 12 00:02:49 2000 -@@ -25,9 +25,10 @@ +--- ../libipsec/Makefile.orig Sun Jun 11 23:54:31 2000 ++++ ../libipsec/Makefile Tue Oct 17 01:06:10 2000 +@@ -25,12 +25,13 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. @@ -13,4 +13,8 @@ +OPSYS!= uname -s LIB= ipsec - CFLAGS+=-g +-CFLAGS+=-g ++CFLAGS+=-g -I. + .if (${OPSYS} != "NetBSD") + CFLAGS+=-DIPSEC_DEBUG -DIPSEC -DINET6 + .else diff --git a/security/racoon/files/patch-ac b/security/racoon/files/patch-ac index 9e710b3..ee9eba4 100644 --- a/security/racoon/files/patch-ac +++ b/security/racoon/files/patch-ac @@ -4,8 +4,8 @@ cat >> $CONFIG_STATUS <<EOF --CONFIG_FILES=\${CONFIG_FILES-"Makefile samples/psk.txt samples/racoon.conf samples/remote.conf"} -+CONFIG_FILES=\${CONFIG_FILES-"Makefile samples/psk.txt samples/racoon.conf samples/remote.conf racoon.8"} +-CONFIG_FILES=\${CONFIG_FILES-"Makefile samples/psk.txt samples/racoon.conf"} ++CONFIG_FILES=\${CONFIG_FILES-"Makefile samples/psk.txt samples/racoon.conf racoon.8"} EOF cat >> $CONFIG_STATUS <<\EOF for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then |