- disable realdevice because of linking problems
This commit is contained in:
parent
e9eff1ff61
commit
16a6eb906e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=526741
1 changed files with 2 additions and 7 deletions
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= vice
|
PORTNAME= vice
|
||||||
PORTVERSION= 3.4
|
PORTVERSION= 3.4
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= emulators
|
CATEGORIES= emulators
|
||||||
MASTER_SITES= SF/vice-emu/releases
|
MASTER_SITES= SF/vice-emu/releases
|
||||||
|
|
||||||
|
@ -36,6 +37,7 @@ MAKE_ENV+= MAKEINFOFLAGS="--no-split"
|
||||||
CONFIGURE_ARGS+= --enable-ipv6 \
|
CONFIGURE_ARGS+= --enable-ipv6 \
|
||||||
--enable-external-ffmpeg \
|
--enable-external-ffmpeg \
|
||||||
--enable-x64 \
|
--enable-x64 \
|
||||||
|
--disable-realdevice \
|
||||||
--mandir="${PREFIX}/man" \
|
--mandir="${PREFIX}/man" \
|
||||||
--infodir="${PREFIX}/${INFO_PATH}" \
|
--infodir="${PREFIX}/${INFO_PATH}" \
|
||||||
--localedir="${LOCALBASE}/share/locale" \
|
--localedir="${LOCALBASE}/share/locale" \
|
||||||
|
@ -98,13 +100,6 @@ pre-configure:
|
||||||
.if ! ${PORT_OPTIONS:MDOCS}
|
.if ! ${PORT_OPTIONS:MDOCS}
|
||||||
${REINPLACE_CMD} -e 's| doc||' ${WRKSRC}/Makefile.in
|
${REINPLACE_CMD} -e 's| doc||' ${WRKSRC}/Makefile.in
|
||||||
.endif
|
.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:
|
pre-install-DOCS-on:
|
||||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
|
|
Loading…
Reference in a new issue