mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
Unbreak on 4.x 3rd try.
This commit is contained in:
parent
fd744d95ea
commit
9f51369429
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94512
@ -16,15 +16,9 @@ COMMENT= A Spacetaxi clone
|
||||
LIB_DEPENDS= noatun.0:${PORTSDIR}/multimedia/kdemultimedia3
|
||||
|
||||
USE_KDELIBS_VER= 3
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOMAKE= yes
|
||||
CONFIGURE_TARGET=
|
||||
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
USE_GMAKE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500028
|
||||
BROKEN= "Does not build on 4.x"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
11
games/taxipilot/files/patch-acinclude.m4
Normal file
11
games/taxipilot/files/patch-acinclude.m4
Normal file
@ -0,0 +1,11 @@
|
||||
--- 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])
|
||||
|
15
games/taxipilot/files/patch-timemanager.h
Normal file
15
games/taxipilot/files/patch-timemanager.h
Normal file
@ -0,0 +1,15 @@
|
||||
--- taxipilot/timemanager.h.orig Wed Aug 21 11:20:40 2002
|
||||
+++ taxipilot/timemanager.h Thu Nov 20 19:19:09 2003
|
||||
@@ -19,7 +19,12 @@
|
||||
#define TIMEMANAGER_H
|
||||
|
||||
#include <qobject.h>
|
||||
+#ifdef HAVE_STDINT_H
|
||||
#include <stdint.h>
|
||||
+#else
|
||||
+#include <sys/types.h>
|
||||
+#define int_fast32_t int32_t
|
||||
+#endif
|
||||
#include <qlist.h>
|
||||
|
||||
#include "timedobject.h"
|
Loading…
Reference in New Issue
Block a user