1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

- Builds and runs on !i386

Tested by:	Johan van Selst <johans@stack.nl> (amd64),
		barner (sparc64, ia64)
Submitted by:	Johan van Selst <johans@stack.nl>
PR:		ports/86081
This commit is contained in:
Simon Barner 2005-09-15 10:18:11 +00:00
parent 42775db9f0
commit 58723eac88
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142800
2 changed files with 11 additions and 4 deletions

View File

@ -28,10 +28,6 @@ INFO= yap
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
BROKEN= "Does not compile on !i386"
.endif
post-extract:
@${RM} -f ${WRKSRC}/docs/*.info*

View File

@ -0,0 +1,11 @@
--- C/load_aout.c.orig Thu Sep 15 09:59:51 2005
+++ C/load_aout.c Thu Sep 15 10:04:05 2005
@@ -43,6 +43,8 @@
#endif
#include <a.out.h>
+#define YAP_FILE_MAX PATH_MAX
+
static char YapExecutable[YAP_FILE_MAX];
#define oktox(n) \