summaryrefslogtreecommitdiff
path: root/multimedia/vapoursynth-l-smash-works
diff options
context:
space:
mode:
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: