diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-03-16 06:14:49 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-03-16 06:14:49 +0000 |
commit | 6b28f5a9df658237690cf98fa6fe20580355111e (patch) | |
tree | fa29acc31a1e542bf0ada6de607127f2c563065e /emulators/vice/Makefile | |
parent | Update to 20030616.p8 (diff) |
- mark BROKEN on alpha 4.x
../src/resid/libresid.a(wave.o)(.rodata+0x0): relocation truncated to fit: GPREL32 *UND*
Diffstat (limited to '')
-rw-r--r-- | emulators/vice/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index 9003d0b19430..7bc49d3461de 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -50,6 +50,11 @@ MLINKS= vice.1 x64.1 \ BUILD_DEPENDS+= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients .endif +.if ${ARCH} == "alpha" && ${OSVERSION} < 500000 +# ../src/resid/libresid.a(wave.o)(.rodata+0x0): relocation truncated to fit: GPREL32 *UND* +BROKEN= "GPREL relocation truncated" +.endif + post-extract: @${RM} -f ${WRKSRC}/doc/vice.info* |