summaryrefslogtreecommitdiff
path: root/multimedia/vapoursynth-l-smash-works
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-03-13 20:42:21 +0000
committerJan Beich <jbeich@FreeBSD.org>2019-03-13 20:42:21 +0000
commit5d2a28c21b531f7e80e4434e017abbeacaac6c30 (patch)
treeb4f9028531a3946a940220f262d8d079be8a5110 /multimedia/vapoursynth-l-smash-works
parent- Update to 2019031300 (diff)
multimedia/vapoursynth-l-smash-works: back out r495563 per r494758
Notes
Notes: svn path=/head/; revision=495661
Diffstat (limited to 'multimedia/vapoursynth-l-smash-works')
-rw-r--r--multimedia/vapoursynth-l-smash-works/Makefile9
-rw-r--r--multimedia/vapoursynth-l-smash-works/files/extra-patch-GNUmakefile10
2 files changed, 1 insertions, 18 deletions
diff --git a/multimedia/vapoursynth-l-smash-works/Makefile b/multimedia/vapoursynth-l-smash-works/Makefile
index addabe8f9510..03ca24ef53f6 100644
--- a/multimedia/vapoursynth-l-smash-works/Makefile
+++ b/multimedia/vapoursynth-l-smash-works/Makefile
@@ -58,11 +58,4 @@ post-install:
(cd ${WRKSRC} && ${COPYTREE_SHARE} \
"${PORTDOCS}" ${STAGEDIR}${DOCSDIR})
-.include <bsd.port.pre.mk>
-
-# disable sse on non-x86 archs
-.if ${ARCH} != amd64 && ${ARCH} != i386
-EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-GNUmakefile
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/multimedia/vapoursynth-l-smash-works/files/extra-patch-GNUmakefile b/multimedia/vapoursynth-l-smash-works/files/extra-patch-GNUmakefile
deleted file mode 100644
index 51a9df19598b..000000000000
--- a/multimedia/vapoursynth-l-smash-works/files/extra-patch-GNUmakefile
+++ /dev/null
@@ -1,10 +0,0 @@
---- GNUmakefile.orig 2018-03-31 09:55:14 UTC
-+++ GNUmakefile
-@@ -53,7 +53,7 @@ endif
-
- .depend: config.mak
- @$(RM) .depend
-- @$(foreach SRC, $(SRC_ALL:%=$(SRCDIR)/%), $(CC) $(SRC) $(CFLAGS) -msse2 -g0 -MT $(SRC:$(SRCDIR)/%.c=%.o) -MM >> .depend;)
-+ @$(foreach SRC, $(SRC_ALL:%=$(SRCDIR)/%), $(CC) $(SRC) $(CFLAGS) -g0 -MT $(SRC:$(SRCDIR)/%.c=%.o) -MM >> .depend;)
-
- config.mak: