ports/devel/cvsd/files/patch-configure
Peter Pentchev a84636f067 Fix the problems in my last commit to make cvsd actually build:
- actually add files/patch-cvsd.c, which *was* in the PR;
- add files/patch-configure, which was mentioned but missing from the PR;
- remove autoconf/make/etc invocation from the Makefile so our changes
  to the configure script are not lost.

Pointed out by:	kris, Ports Fury
Pointy hat to:	roam (myself)
2002-09-21 17:58:40 +00:00

18 lines
438 B
Text

--- configure Sat Sep 14 18:11:40 2002
+++ configure Sat Sep 21 20:39:57 2002
@@ -5498,6 +5498,7 @@
cat >conftest.$ac_ext <<_ACEOF
#line $LINENO "configure"
#include "confdefs.h"
+#include <sys/types.h>
#include <sys/socket.h>
#ifdef F77_DUMMY_MAIN
@@ -5557,6 +5558,7 @@
cat >conftest.$ac_ext <<_ACEOF
#line $LINENO "configure"
#include "confdefs.h"
+#include <sys/types.h>
#include <sys/socket.h>
#ifdef F77_DUMMY_MAIN