mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 13:10:31 -04:00
- 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)
18 lines
438 B
Text
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
|