aboutsummaryrefslogtreecommitdiff
path: root/multimedia/vapoursynth-l-smash-works
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-01-26 11:41:54 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-01-26 11:41:54 +0000
commit5b611b5b6fa64ffad666ddeb6e88decc2913d276 (patch)
tree05ee6533c1ba09f4bc43212ef753ad8493e7871b /multimedia/vapoursynth-l-smash-works
parentc98adfc849ed49482422d6aff4a4718d36a53863 (diff)
downloadports-5b611b5b6fa64ffad666ddeb6e88decc2913d276.tar.gz
ports-5b611b5b6fa64ffad666ddeb6e88decc2913d276.zip
multimedia/vapoursynth: unbreak on non-x86
Notes
Notes: svn path=/head/; revision=524171
Diffstat (limited to 'multimedia/vapoursynth-l-smash-works')
-rw-r--r--multimedia/vapoursynth-l-smash-works/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/multimedia/vapoursynth-l-smash-works/Makefile b/multimedia/vapoursynth-l-smash-works/Makefile
index 0b35b3a2533d..0e8171ea1b90 100644
--- a/multimedia/vapoursynth-l-smash-works/Makefile
+++ b/multimedia/vapoursynth-l-smash-works/Makefile
@@ -12,9 +12,7 @@ COMMENT= L-SMASH source plugin for VapourSynth
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/LICENSE
-.if ${MACHINE_ARCH} == amd64 || ${MACHINE_ARCH} == i386
BUILD_DEPENDS= ${LOCALBASE}/include/vapoursynth/VSHelper.h:multimedia/vapoursynth
-.endif
BUILD_DEPENDS+= ffmpeg>=3.2,1:multimedia/ffmpeg
LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \
liblsmash.so:multimedia/l-smash
@@ -24,10 +22,8 @@ GH_ACCOUNT= VFR-maniac
GH_PROJECT= L-SMASH-Works
USES= gmake pkgconfig shebangfix
-.if ${MACHINE_ARCH} == amd64 || ${MACHINE_ARCH} == i386
EXCLUDE= VSHelper.h VSScript.h VapourSynth.h
EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude ,}
-.endif
WRKSRC_SUBDIR= VapourSynth
SHEBANG_FILES= configure
bash_CMD= ${SH}
@@ -40,9 +36,7 @@ CONFIGURE_ARGS= --prefix="${PREFIX}" \
--extra-libs="${LIBS}"
MAKEFILE= GNUmakefile
MAKE_ARGS= STRIP="${STRIP_CMD}"
-.if ${MACHINE_ARCH} == amd64 || ${MACHINE_ARCH} == i386
CPPFLAGS+= `pkg-config vapoursynth --cflags`
-.endif
USE_LDCONFIG= yes
DATADIR= ${PREFIX}/lib/vapoursynth
DOCSDIR= ${PREFIX}/share/doc/${PKGBASE}