mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
- Fix build on 4.x
PR: 97937 Submitted by: Shaun Amott <shaun_AT_inerd dot com> Approved by: maintainer
This commit is contained in:
parent
d13d39b571
commit
a2345d72dd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=163939
2 changed files with 13 additions and 0 deletions
|
@ -27,6 +27,8 @@ CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
|
|||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ARGS+= --enable-core-inline
|
||||
|
||||
USE_GCC= 3.2+
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's#\/usr\/share\/doc\/dosbox#${DOCSDIR}#g' \
|
||||
${WRKSRC}/docs/dosbox.1
|
||||
|
|
11
emulators/dosbox/files/patch-src::cpu::core_dyn_x86.cpp
Normal file
11
emulators/dosbox/files/patch-src::cpu::core_dyn_x86.cpp
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- src/cpu/core_dyn_x86.cpp.orig Thu Feb 9 12:32:52 2006
|
||||
+++ src/cpu/core_dyn_x86.cpp Thu May 25 22:58:53 2006
|
||||
@@ -22,6 +22,8 @@
|
||||
|
||||
#define CHECKED_MEMORY_ACCESS
|
||||
|
||||
+#include <sys/types.h>
|
||||
+
|
||||
#include <assert.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
Loading…
Add table
Reference in a new issue