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:
parent
42775db9f0
commit
58723eac88
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142800
@ -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*
|
||||
|
||||
|
11
lang/yap/files/patch-C_load_aout.c
Normal file
11
lang/yap/files/patch-C_load_aout.c
Normal 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) \
|
Loading…
Reference in New Issue
Block a user