View | Details | Raw Unified | Return to bug 250294
Collapse All | Expand All

(-)Makefile (+3 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	fs-uae
4
PORTNAME=	fs-uae
5
PORTVERSION=	3.0.5
5
PORTVERSION=	3.0.5
6
PORTREVISION=	1
6
CATEGORIES=	emulators
7
CATEGORIES=	emulators
7
MASTER_SITES=	http://fs-uae.net/stable/${PORTVERSION}/
8
MASTER_SITES=	http://fs-uae.net/stable/${PORTVERSION}/
8
9
Lines 49-53 Link Here
49
	@${REINPLACE_CMD} -e 's|= bind|= ::bind|' \
50
	@${REINPLACE_CMD} -e 's|= bind|= ::bind|' \
50
		${WRKSRC}/src/od-fs/bsdsocket_posix.cpp \
51
		${WRKSRC}/src/od-fs/bsdsocket_posix.cpp \
51
		${WRKSRC}/src/support/socket.cpp
52
		${WRKSRC}/src/support/socket.cpp
53
	@${REINPLACE_CMD} -e 's|return NULL|return 0|' \
54
		${WRKSRC}/src/memory.cpp
52
55
53
.include <bsd.port.post.mk>
56
.include <bsd.port.post.mk>

Return to bug 250294