aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2008-09-16 12:07:01 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2008-09-16 12:07:01 +0000
commitb408caedbdcf97b1819fb262fc5e88945962de1d (patch)
treebb3c33ba7d43e348b356d6e197fb3c6be3ca72cd
parent6a994e2840b6d1ba34b107f94f8ea087836a2e8e (diff)
downloadports-b408caedbdcf97b1819fb262fc5e88945962de1d.tar.gz
ports-b408caedbdcf97b1819fb262fc5e88945962de1d.zip
- Fix build on sparc64
Approved by: amdmi3 (maintainer) Approved by: portmgr (pav)
Notes
Notes: svn path=/head/; revision=220403
-rw-r--r--graphics/geomorph/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/geomorph/Makefile b/graphics/geomorph/Makefile
index 2650b7047d97..fa462d527dfa 100644
--- a/graphics/geomorph/Makefile
+++ b/graphics/geomorph/Makefile
@@ -31,6 +31,12 @@ CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
.endif
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+CFLAGS+= -O0
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|libpng|libpng12|' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|/usr/local/share/geomorph/GeoMorph.xpm|geomorph.xpm|' \
@@ -49,4 +55,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/geomorph.desktop ${PREFIX}/share/applications/
${INSTALL_DATA} ${WRKSRC}/GeoMorph.xpm ${PREFIX}/share/pixmaps/geomorph.xpm
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>