summaryrefslogtreecommitdiff
path: root/emulators/vice
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2020-02-22 07:35:18 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2020-02-22 07:35:18 +0000
commit16a6eb906e1e6b95ac089823d6368c715fc09b13 (patch)
tree1ff399458bc44d2fe4487e84257ed31e0dfcb255 /emulators/vice
parentNew port: security/nflib: NTT-based fast lattice cryptography library (diff)
- disable realdevice because of linking problems
Notes
Notes: svn path=/head/; revision=526741
Diffstat (limited to 'emulators/vice')
-rw-r--r--emulators/vice/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile
index 76a0f9659c4c..377e69cd865a 100644
--- a/emulators/vice/Makefile
+++ b/emulators/vice/Makefile
@@ -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}