summaryrefslogtreecommitdiffstats
path: root/x11/kde4-baseapps/Makefile
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2002-05-20 06:17:57 +0000
committerwill <will@FreeBSD.org>2002-05-20 06:17:57 +0000
commit2fbfb736e77bbbf44330c55c73b6277d0cc1c980 (patch)
treed63327918ca2750fc0c01b98d249a4c4e35e5081 /x11/kde4-baseapps/Makefile
parent8d00919a7388d22e2e6976aefb7ba07310985f55 (diff)
downloadFreeBSD-ports-2fbfb736e77bbbf44330c55c73b6277d0cc1c980.zip
FreeBSD-ports-2fbfb736e77bbbf44330c55c73b6277d0cc1c980.tar.gz
Fix build on alpha.
Submitted by: gallatin
Diffstat (limited to 'x11/kde4-baseapps/Makefile')
-rw-r--r--x11/kde4-baseapps/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/x11/kde4-baseapps/Makefile b/x11/kde4-baseapps/Makefile
index 8f5f5ba..a8e728b 100644
--- a/x11/kde4-baseapps/Makefile
+++ b/x11/kde4-baseapps/Makefile
@@ -59,6 +59,11 @@ post-extract:
@${ECHO} "#!/bin/sh" > ${WRKSRC}/mkpamserv
@${ECHO} "exit 0" >> ${WRKSRC}/mkpamserv
+.if ${MACHINE_ARCH} == "alpha"
+pre-configure:
+ ${PERL} -pi -e "s@-O2@-O@g" ${WRKSRC}/admin/acinclude.m4.in
+.endif
+
post-configure:
${PERL} -pi -e "s@444@644@g" ${WRKSRC}/kdesktop/init/Templates/Makefile
OpenPOWER on IntegriCloud