aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2011-12-28 06:38:35 +0000
committerMark Linimon <linimon@FreeBSD.org>2011-12-28 06:38:35 +0000
commit368cdcdd894ecfb1e8844800893787d4ac220627 (patch)
tree17a457267cd061d3c32af7659405b8f0a2c70596 /math
parentccbf6e5f3cd5cee992f5753ade3fdf7d7bdda07c (diff)
downloadports-368cdcdd894ecfb1e8844800893787d4ac220627.tar.gz
ports-368cdcdd894ecfb1e8844800893787d4ac220627.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/saga/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/saga/Makefile b/math/saga/Makefile
index 63128d27d868..4202b14e083a 100644
--- a/math/saga/Makefile
+++ b/math/saga/Makefile
@@ -88,7 +88,7 @@ post-patch:
${WRKSRC}/configure; do \
${REINPLACE_CMD} -e's|wx-config |${WX_CONFIG} |g' "$$f"; \
done
-.if ${ARCH} == "i386"
+.if ${ARCH} == "i386" || ${ARCH} == "powerpc"
@${REINPLACE_CMD} -e 's|typedef unsigned long DWORD;|typedef unsigned int DWORD;|' \
${WRKSRC}/src/saga_core/saga_api/api_core.h
.endif