mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
Fix build on -head (OSVERSION >= 1200031)
Ino is still uint32 for all versions of FreeBSD. Reference: https://golang.org/src/syscall/ztypes_freebsd_386.go https://golang.org/src/syscall/ztypes_freebsd_amd64.go https://golang.org/src/syscall/ztypes_freebsd_arm.go
This commit is contained in:
parent
817c55606a
commit
4ac6546949
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458955
@ -20,13 +20,6 @@ PLIST_FILES= bin/container-diff
|
||||
GH_ACCOUNT= GoogleCloudPlatform
|
||||
USE_GITHUB= yes
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
# Change inode size from 64 bits to 32 bits for systems without ino64 support
|
||||
.if ${OSVERSION} < 1200031
|
||||
EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-without-ino64
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKDIR}/bin/container-diff ${STAGEDIR}${PREFIX}/bin/container-diff
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user