diff options
author | kris <kris@FreeBSD.org> | 2005-03-27 10:05:32 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-03-27 10:05:32 +0800 |
commit | b8d6d3a91c39e4ba4594f44db1d1617600042384 (patch) | |
tree | a610bd3fcb1f7725f35d6488511c5760d8fb6ded | |
parent | d297b682c13de96bda0ab678c0222e290196d66a (diff) | |
download | freebsd-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/Makefile | 4 |
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 ; \ |