diff options
author | dinoex <dinoex@FreeBSD.org> | 2004-03-16 14:14:49 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2004-03-16 14:14:49 +0800 |
commit | 19405bd3816de43ae298ec37e48f8536ed6853e8 (patch) | |
tree | 830ac4c98ab815aecba76ac2e88a0b01311b160b /emulators | |
parent | 0f67ff3ef5315c95118bf198fba46fce8334cb3c (diff) | |
download | freebsd-ports-gnome-19405bd3816de43ae298ec37e48f8536ed6853e8.tar.gz freebsd-ports-gnome-19405bd3816de43ae298ec37e48f8536ed6853e8.tar.zst freebsd-ports-gnome-19405bd3816de43ae298ec37e48f8536ed6853e8.zip |
- mark BROKEN on alpha 4.x
../src/resid/libresid.a(wave.o)(.rodata+0x0): relocation truncated to fit: GPREL32 *UND*
Diffstat (limited to 'emulators')
-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* |