diff options
author | dinoex <dinoex@FreeBSD.org> | 2004-12-10 07:42:17 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2004-12-10 07:42:17 +0800 |
commit | be847275e17848994609581e1de33e52f1a3c7c7 (patch) | |
tree | cf629e8ab7463fa5ac9ef28b85deaf18a927873b /net-im | |
parent | e6f0f463aa1ba941d77508f8f758a160ed72fd3d (diff) | |
download | freebsd-ports-gnome-be847275e17848994609581e1de33e52f1a3c7c7.tar.gz freebsd-ports-gnome-be847275e17848994609581e1de33e52f1a3c7c7.tar.zst freebsd-ports-gnome-be847275e17848994609581e1de33e52f1a3c7c7.zip |
- mark BROKEN on alpha
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> |