aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2014-03-24 04:49:02 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2014-03-24 04:49:02 +0000
commit647c1787253e09c9ca7e701bbf9cff0252b26f59 (patch)
tree8bc480cf4f3e30cd0ef017a3c718ff3ca67e573d /emulators
parentb8f8b2a96fea9e3c1cc973484ca3da232a1cbb8c (diff)
downloadports-647c1787253e09c9ca7e701bbf9cff0252b26f59.tar.gz
ports-647c1787253e09c9ca7e701bbf9cff0252b26f59.zip
- Fix index build
Notes
Notes: svn path=/head/; revision=348920
Diffstat (limited to 'emulators')
-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