aboutsummaryrefslogtreecommitdiffstats
path: root/devel/moonshine
diff options
context:
space:
mode:
Diffstat (limited to 'devel/moonshine')
-rw-r--r--devel/moonshine/Makefile18
1 files changed, 12 insertions, 6 deletions
diff --git a/devel/moonshine/Makefile b/devel/moonshine/Makefile
index d60d5a16fbad..76c5424effd8 100644
--- a/devel/moonshine/Makefile
+++ b/devel/moonshine/Makefile
@@ -21,11 +21,17 @@ CPPFLAGS+= -I${X11BASE}/include
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
+.include <bsd.port.pre.mk>
+
+.if ${MACHINE_ARCH} == "alpha"
+CFLAGS+= -O0
+.endif
+
pre-configure:
- @ find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
- 's|\$$\{prefix\}/moonshine|\$$\{prefix\}/share/moonshine| ; \
- s|\@INSTBIN\@|${PREFIX}/bin| ; s|moc -o|\$$\(MOC\) -o|'
- @ ${PERL} -pi -e 's|/usr/share/moonshine|${PREFIX}/share/moonshine|' \
- ${WRKSRC}/include/tags.h
+ @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
+ 's|\$$\{prefix\}/moonshine|\$$\{prefix\}/share/moonshine| ; \
+ s|\@INSTBIN\@|${PREFIX}/bin| ; s|moc -o|\$$\(MOC\) -o|'
+ @${PERL} -pi -e 's|/usr/share/moonshine|${PREFIX}/share/moonshine|' \
+ ${WRKSRC}/include/tags.h
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>