mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 22:50:32 -04:00
<http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.42.9> - Add MAKE_ENV+=CHECK_CMD=@true to avoid build failures in intl/, which apparently does not include MCONFIG currently. - Regenerate (and in two cases, modify) patches.
11 lines
429 B
C
11 lines
429 B
C
--- ./lib/ext2fs/ext2_fs.h.orig 2013-12-29 05:18:02.000000000 +0100
|
|
+++ ./lib/ext2fs/ext2_fs.h 2014-01-06 23:26:48.000000000 +0100
|
|
@@ -456,7 +456,7 @@
|
|
|
|
#define i_dir_acl i_size_high
|
|
|
|
-#if defined(__KERNEL__) || defined(__linux__)
|
|
+#if defined(__KERNEL__) || defined(__linux__) || defined(__FreeBSD__)
|
|
#define i_reserved1 osd1.linux1.l_i_reserved1
|
|
#define i_frag osd2.linux2.l_i_frag
|
|
#define i_fsize osd2.linux2.l_i_fsize
|