diff options
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/licq-console/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-im/licq-console/Makefile b/net-im/licq-console/Makefile index 26571163efd0..503f95d29a51 100644 --- a/net-im/licq-console/Makefile +++ b/net-im/licq-console/Makefile @@ -28,5 +28,9 @@ LDFLAGS+= -L${LOCALBASE}/lib USE_GCC= 3.3 .endif +.if ${ARCH} == "alpha" +BROKEN= gp-relative relocation against dynamic symbol +.endif + .include "${PORTSDIR}/${LICQ_PORT}/Makefile.inc" .include <bsd.port.post.mk> |