1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00

multimedia/vapoursynth-l-smash-works: back out r495563 per r494758

This commit is contained in:
Jan Beich 2019-03-13 20:42:21 +00:00
parent e7f3d40fff
commit 5d2a28c21b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495661
2 changed files with 1 additions and 18 deletions

View File

@ -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>

View File

@ -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: