From ef88d27e4c2280fd869bea03a49803dc7c611f74 Mon Sep 17 00:00:00 2001 From: Tilman Keskinoz Date: Wed, 27 Aug 2008 14:21:58 +0000 Subject: Unbreak compile on 64bit platforms --- audio/pd/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'audio') diff --git a/audio/pd/Makefile b/audio/pd/Makefile index 4b3ea2c2c4d3..89bbd8ddb145 100644 --- a/audio/pd/Makefile +++ b/audio/pd/Makefile @@ -33,10 +33,6 @@ USE_TK_BUILD= yes .include -.if ${ARCH} != "i386" -BROKEN= Does not compile on !i386 -.endif - pre-patch: ${RM} -f ${WRKSRC}/configure @@ -46,6 +42,8 @@ post-configure: s:^pddocdir = .*:pddocdir = ${PREFIX}/share/doc/pd:g; \ s:x_midi.c ::g; s:s_midi.c ::g;" \ < ${WRKSRC}/makefile.orig > ${WRKSRC}/makefile + ${REINPLACE_CMD} -e "s,-m32,," ${WRKSRC}/../extra/makefile \ + ${WRKSRC}/../extra/expr~/makefile pre-install: ${RM} -f ${PLIST} -- cgit