mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 15:20:32 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
21 lines
380 B
Text
21 lines
380 B
Text
--- configure.orig 2001-05-06 21:56:47 UTC
|
|
+++ configure
|
|
@@ -1967,12 +1967,12 @@ rm -f conftest*
|
|
|
|
fi
|
|
echo "$ac_t""$ac_cv_type_pid_t" 1>&6
|
|
-if test $ac_cv_type_pid_t = no; then
|
|
- cat >> confdefs.h <<\EOF
|
|
-#define pid_t int
|
|
-EOF
|
|
-
|
|
-fi
|
|
+#if test $ac_cv_type_pid_t = no; then
|
|
+# cat >> confdefs.h <<\EOF
|
|
+##define pid_t int
|
|
+#EOF
|
|
+#
|
|
+#fi
|
|
|
|
|
|
if test $ac_cv_prog_gcc = yes; then
|