diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-12-09 23:42:17 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-12-09 23:42:17 +0000 |
commit | 6cd6064226de109e32f9aae2a568f5767440f0af (patch) | |
tree | b265cc755be7b8286fde618b9f3775d6c51e186d /net-im | |
parent | e3467398dafcc1325f4d9528993b95670e9e3eb2 (diff) | |
download | ports-6cd6064226de109e32f9aae2a568f5767440f0af.tar.gz ports-6cd6064226de109e32f9aae2a568f5767440f0af.zip |
Notes
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> |