1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- disable realdevice because of linking problems

This commit is contained in:
Dirk Meyer 2020-02-22 07:35:18 +00:00
parent e9eff1ff61
commit 16a6eb906e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=526741

View File

@ -3,6 +3,7 @@
PORTNAME= vice
PORTVERSION= 3.4
PORTREVISION= 1
CATEGORIES= emulators
MASTER_SITES= SF/vice-emu/releases
@ -36,6 +37,7 @@ MAKE_ENV+= MAKEINFOFLAGS="--no-split"
CONFIGURE_ARGS+= --enable-ipv6 \
--enable-external-ffmpeg \
--enable-x64 \
--disable-realdevice \
--mandir="${PREFIX}/man" \
--infodir="${PREFIX}/${INFO_PATH}" \
--localedir="${LOCALBASE}/share/locale" \
@ -98,13 +100,6 @@ pre-configure:
.if ! ${PORT_OPTIONS:MDOCS}
${REINPLACE_CMD} -e 's| doc||' ${WRKSRC}/Makefile.in
.endif
.if ${ARCH} == "i386"
${REINPLACE_CMD} \
-e 's|^@HAVE_BSD_FREE_FALSE@|@HAVE_BSD_FREE2_TRUE@|' \
-e 's|^@HAVE_BSD_FREE_TRUE@|@HAVE_BSD_FREE_FALSE@|' \
-e 's|^@HAVE_BSD_FREE2_TRUE@|@HAVE_BSD_FREE_TRUE@|' \
${WRKSRC}/src/Makefile.in
.endif
pre-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}