From 7a51ffe874b1e70cebc92545d548a1a9ae6832a7 Mon Sep 17 00:00:00 2001 From: Roland Illig Date: Fri, 7 Jan 2005 13:45:54 +0000 Subject: [PATCH] Included the fake gethostent(3) function into the object files list. --- darcs/patches/patch-aa | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/darcs/patches/patch-aa b/darcs/patches/patch-aa index 023fcc7ebc..02f0ac9df3 100644 --- a/darcs/patches/patch-aa +++ b/darcs/patches/patch-aa @@ -1,8 +1,17 @@ -$NetBSD: patch-aa,v 1.2 2004/08/12 15:27:34 rillig Exp $ +$NetBSD: patch-aa,v 1.3 2005/01/07 13:45:54 rillig Exp $ ---- GNUmakefile.orig 2004-05-14 12:40:18.000000000 +0200 -+++ GNUmakefile 2004-06-02 01:31:24.000000000 +0200 -@@ -85,34 +85,34 @@ +--- GNUmakefile.orig Fri May 14 12:40:18 2004 ++++ GNUmakefile +@@ -37,7 +37,7 @@ CGI_FILES = Lcs.lhs SlurpDirectory.lhs \ + DarcsUtils.lhs DarcsURL.lhs Printer.lhs \ + PatchMatch.lhs PatchMatchData.lhs Match.lhs + +-C_OBJS = compat.o fpstring.o zlib_helper.o ++C_OBJS = compat.o fpstring.o zlib_helper.o gethostent.o + + ifeq ($(SYS), windows) + GHCFLAGS += -iwin32 -Iwin32 +@@ -85,34 +85,34 @@ darcs_cgi.o darcs_cgi .depend: GHCFLAGS config: configure autoconf.mk installbin: all