emulators/fs-uae: Fix build on -CURRENT
By returning proper type in function. PR: 250294 Submitted by: sirdice@gmail.com (maintainer)
This commit is contained in:
parent
bcfad9b36b
commit
69a6447e1c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=552186
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= fs-uae
|
||||
PORTVERSION= 3.0.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= http://fs-uae.net/stable/${PORTVERSION}/
|
||||
|
||||
@ -49,5 +50,7 @@ post-patch:
|
||||
@${REINPLACE_CMD} -e 's|= bind|= ::bind|' \
|
||||
${WRKSRC}/src/od-fs/bsdsocket_posix.cpp \
|
||||
${WRKSRC}/src/support/socket.cpp
|
||||
@${REINPLACE_CMD} -e 's|return NULL|return 0|' \
|
||||
${WRKSRC}/src/memory.cpp
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user