From 2fbfb736e77bbbf44330c55c73b6277d0cc1c980 Mon Sep 17 00:00:00 2001 From: will Date: Mon, 20 May 2002 06:17:57 +0000 Subject: Fix build on alpha. Submitted by: gallatin --- x11/kde4-baseapps/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'x11/kde4-baseapps/Makefile') 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 -- cgit v1.1