mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
- Fix build on -CURRENT
PR: ports/60988 Submitted by: nate
This commit is contained in:
parent
3b10840553
commit
7abb4fb5cd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97505
@ -37,12 +37,8 @@ MAN8= grub.8 grub-install.8 grub-md5-crypt.8
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
|
||||
.endif
|
||||
|
||||
pre-build:
|
||||
@${RM} ${WRKSRC}/docs/grub.info*
|
||||
@${RM} -f ${WRKSRC}/docs/grub.info
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
11
sysutils/grub/files/patch-stage2_fsys_reiserfs.c
Normal file
11
sysutils/grub/files/patch-stage2_fsys_reiserfs.c
Normal file
@ -0,0 +1,11 @@
|
||||
--- stage2/fsys_reiserfs.c.orig Tue Jan 6 11:05:27 2004
|
||||
+++ stage2/fsys_reiserfs.c Tue Jan 6 11:05:59 2004
|
||||
@@ -112,7 +112,7 @@
|
||||
/* offset in the log of where to start replay after a crash */
|
||||
__u32 j_first_unflushed_offset;
|
||||
/* mount id to detect very old transactions */
|
||||
- __u32 long j_mount_id;
|
||||
+ __u64 j_mount_id;
|
||||
};
|
||||
|
||||
/* magic string to find desc blocks in the journal */
|
Loading…
Reference in New Issue
Block a user