aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-03-27 10:05:32 +0800
committerkris <kris@FreeBSD.org>2005-03-27 10:05:32 +0800
commitb8d6d3a91c39e4ba4594f44db1d1617600042384 (patch)
treea610bd3fcb1f7725f35d6488511c5760d8fb6ded
parentd297b682c13de96bda0ab678c0222e290196d66a (diff)
downloadfreebsd-ports-gnome-b8d6d3a91c39e4ba4594f44db1d1617600042384.tar.gz
freebsd-ports-gnome-b8d6d3a91c39e4ba4594f44db1d1617600042384.tar.zst
freebsd-ports-gnome-b8d6d3a91c39e4ba4594f44db1d1617600042384.zip
BROKEN on ia64: linker error
Approved by: portmgr (self)
-rw-r--r--audio/quelcom/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/quelcom/Makefile b/audio/quelcom/Makefile
index 9b8a8527a8f1..fbe5ab461d25 100644
--- a/audio/quelcom/Makefile
+++ b/audio/quelcom/Makefile
@@ -32,6 +32,10 @@ LDFLAGS= -L../lib -L${LOCALBASE}/lib -lintl
BROKEN= "Linker error on alpha 4.x"
.endif
+.if ${ARCH} == "ia64"
+BROKEN= "Linker error on ia64"
+.endif
+
post-patch:
@${FIND} ${WRKSRC} -name "makefile" | ${XARGS} ${REINPLACE_CMD} -e \
's|make |$$(MAKE) |g ; \