aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoracm <acm@FreeBSD.org>2014-03-24 12:49:02 +0800
committeracm <acm@FreeBSD.org>2014-03-24 12:49:02 +0800
commit5bd0432e92274cad7b029c119b30c0842854e3d9 (patch)
tree8bc480cf4f3e30cd0ef017a3c718ff3ca67e573d
parent534c770912933eabba546daab57ac5098bf2e329 (diff)
downloadfreebsd-ports-gnome-5bd0432e92274cad7b029c119b30c0842854e3d9.tar.gz
freebsd-ports-gnome-5bd0432e92274cad7b029c119b30c0842854e3d9.tar.zst
freebsd-ports-gnome-5bd0432e92274cad7b029c119b30c0842854e3d9.zip
- Fix index build
-rw-r--r--emulators/mupen64plus-core/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/mupen64plus-core/Makefile.common b/emulators/mupen64plus-core/Makefile.common
index 4b96afa34a3d..ea4a6f5ce676 100644
--- a/emulators/mupen64plus-core/Makefile.common
+++ b/emulators/mupen64plus-core/Makefile.common
@@ -37,8 +37,8 @@ post-patch:
GlideHQ/TxQuantize.cpp GlideHQ/TxFilter.cpp
. endif
. if ${PKGNAMESUFFIX} == "-video-glide64"
- @cd ${WRKSRC}/${PORTNAME}${PKGNAMESUFFIX}/src && \
- ${REINPLACE_CMD} -e 's|__builtin_ia32_loadups|_mm_loadu_ps|g' -e \
+ @cd ${WRKSRC}/${PORTNAME}${PKGNAMESUFFIX}/src && \
+ ${REINPLACE_CMD} -e 's|__builtin_ia32_loadups|_mm_loadu_ps|g' -e \
's|__builtin_ia32_storeups|_mm_storeu_ps|g' \
3dmath.cpp
. endif