mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
Sysutils/fusefs-kmod requires also userland sources
Fusefs-kmod says it requires kernel sources, but it also requires userland sources: Warning: Object directory not changed from original /var/ports/usr/ports/sysutils/fusefs-kmod/work/fuse4bsd-0.3.9-pre1/mount_fusefs cc -O2 -fno-strict-aliasing -pipe -I/usr/src/sbin/mount -I../include -c mount_fusefs.c ^^^^^^^^^^^^^^^^^^^^^^ mount_fusefs.c:50:21: mntopts.h: No such file or directory mount_fusefs.c:57: error: elements of array `mopts' have incomplete type PR: ports/116196 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer timeout
This commit is contained in:
parent
c8a55de90a
commit
7050073288
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200717
@ -61,6 +61,9 @@ IGNORE= requires FreeBSD 6 or above. Please consider porting it to 5.x or even
|
||||
.if !exists(${SRC_BASE}/sys/Makefile)
|
||||
IGNORE= requires the Kernel source to be installed. Set SRC_BASE if it is not in /usr/src
|
||||
.endif
|
||||
.if !exists(${SRC_BASE}/sbin/mount)
|
||||
IGNORE= requires the userland sources to be installed. Set SRC_BASE if it is not in /usr/src
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's/deplate.rb/deplate/g' \
|
||||
|
Loading…
Reference in New Issue
Block a user