aboutsummaryrefslogtreecommitdiff
path: root/graphics/goxel
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2019-03-28 00:35:58 +0000
committerMark Linimon <linimon@FreeBSD.org>2019-03-28 00:35:58 +0000
commit1d7fccedcbdca771f2ac7b894dc6230a288efda5 (patch)
tree66496394497a9bec361c96721c1d56a2126f62b6 /graphics/goxel
parent4771c7a80fca0d9e7c17e74143d662b863d85b2e (diff)
downloadports-1d7fccedcbdca771f2ac7b894dc6230a288efda5.tar.gz
ports-1d7fccedcbdca771f2ac7b894dc6230a288efda5.zip
Move the .if ${ARCH} != amd64 && ${ARCH} != i386 statement to avoid
creating an empty post-patch target for the x86 case. Reported by: mat Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=496998
Diffstat (limited to 'graphics/goxel')
-rw-r--r--graphics/goxel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/goxel/Makefile b/graphics/goxel/Makefile
index 8a89c392c290..8c4643dd7448 100644
--- a/graphics/goxel/Makefile
+++ b/graphics/goxel/Makefile
@@ -28,8 +28,8 @@ DESKTOP_ENTRIES="Goxel" "${COMMENT}" "${PORTNAME}" \
.include <bsd.port.pre.mk>
-post-patch:
.if ${ARCH} != amd64 && ${ARCH} != i386
+post-patch:
${REINPLACE_CMD} -e 's/-msse2 //g' ${WRKSRC}/SConstruct
.endif