summaryrefslogtreecommitdiffstats
path: root/audio/quelcom/Makefile
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-03-27 02:05:32 +0000
committerkris <kris@FreeBSD.org>2005-03-27 02:05:32 +0000
commitb8d6d3a91c39e4ba4594f44db1d1617600042384 (patch)
treea610bd3fcb1f7725f35d6488511c5760d8fb6ded /audio/quelcom/Makefile
parentd297b682c13de96bda0ab678c0222e290196d66a (diff)
downloadFreeBSD-ports-b8d6d3a91c39e4ba4594f44db1d1617600042384.zip
FreeBSD-ports-b8d6d3a91c39e4ba4594f44db1d1617600042384.tar.gz
BROKEN on ia64: linker error
Approved by: portmgr (self)
Diffstat (limited to 'audio/quelcom/Makefile')
-rw-r--r--audio/quelcom/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/quelcom/Makefile b/audio/quelcom/Makefile
index 9b8a852..fbe5ab4 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 ; \
OpenPOWER on IntegriCloud