diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile index 48f74f099db2..888255b8b8d5 100644 --- a/emulators/uae/Makefile +++ b/emulators/uae/Makefile @@ -11,9 +11,6 @@ COMMENT= Commodore Amiga emulator LICENSE= GPLv2 -BROKEN_FreeBSD_13= ld: error: duplicate symbol: socketbases -BROKEN_FreeBSD_14= ld: error: duplicate symbol: socketbases - CONFLICTS= e-uae-[0-9]* MAKE_JOBS_UNSAFE=yes @@ -26,6 +23,8 @@ OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's|build68kc|build68k|' \ ${WRKSRC}/src/Makefile.in + @${REINPLACE_CMD} -e 's|struct socketbase {|extern struct socketbase {|' \ + ${WRKSRC}/src/include/bsdsocket.h @${LN} -sf ../md-ppc/support.c ${WRKSRC}/src/md-ppc-gcc/support.c do-install: