aboutsummaryrefslogtreecommitdiff
path: root/audio/soundtracker/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-01-31 15:08:58 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-01-31 15:08:58 +0000
commit89bb45074a540d99d7f4b42af55d444eff1bdae3 (patch)
treec11965cc92fe6a3f39c8bcd47e2ace79a259510f /audio/soundtracker/Makefile
parentdb807234942b9feeba5055ba49b522e5fa7e846f (diff)
Notes
Diffstat (limited to 'audio/soundtracker/Makefile')
-rw-r--r--audio/soundtracker/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/soundtracker/Makefile b/audio/soundtracker/Makefile
index b16685918492..c094f8d7e615 100644
--- a/audio/soundtracker/Makefile
+++ b/audio/soundtracker/Makefile
@@ -34,6 +34,10 @@ DATADIR= ${PREFIX}/share/gnome/${PORTNAME}
CONFIGURE_ARGS+= --disable-gnome
.endif
+.if ${ARCH} != "i386" || defined(WITHOUT_X86_ASM)
+CONFIGURE_ARGS+= --disable-asm
+.endif
+
post-patch:
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
's| install-exec-local||g'