diff options
author | krion <krion@FreeBSD.org> | 2003-12-26 01:59:42 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-12-26 01:59:42 +0800 |
commit | a9996d8a8273befcc6bc851e96222edd00c14e43 (patch) | |
tree | cacac850ae1e7ae7b05faeb09122ff88462f3e3c /games/taxipilot/files | |
parent | 9872ef7d04d8908b98ea73c581a7166f33f6420c (diff) | |
download | freebsd-ports-graphics-a9996d8a8273befcc6bc851e96222edd00c14e43.tar.gz freebsd-ports-graphics-a9996d8a8273befcc6bc851e96222edd00c14e43.tar.zst freebsd-ports-graphics-a9996d8a8273befcc6bc851e96222edd00c14e43.zip |
- Fix build
PR: 60565
Submitted by: Ports Fury
Diffstat (limited to 'games/taxipilot/files')
-rw-r--r-- | games/taxipilot/files/patch-acinclude.m4 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games/taxipilot/files/patch-acinclude.m4 b/games/taxipilot/files/patch-acinclude.m4 deleted file mode 100644 index fb1332479bb..00000000000 --- a/games/taxipilot/files/patch-acinclude.m4 +++ /dev/null @@ -1,11 +0,0 @@ ---- admin/acinclude.m4.in.orig Thu Nov 20 19:35:08 2003 -+++ admin/acinclude.m4.in Thu Nov 20 19:35:27 2003 -@@ -2937,7 +2937,7 @@ - AC_REQUIRE([AC_FUNC_ALLOCA])dnl - AC_REQUIRE([AC_FUNC_MMAP])dnl - AC_REQUIRE([AM_KDE_WITH_NLS])dnl -- AC_CHECK_HEADERS([argz.h limits.h locale.h nl_types.h string.h values.h alloca.h]) -+ AC_CHECK_HEADERS([argz.h limits.h locale.h nl_types.h string.h values.h alloca.h stdint.h]) - AC_CHECK_FUNCS([getcwd munmap putenv setenv setlocale strchr strcasecmp \ - __argz_count __argz_stringify __argz_next]) - |