diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-08-11 11:58:23 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-08-11 11:58:23 +0000 |
commit | 8dd145170d23bff46e74a746548e1f9f9e1332c5 (patch) | |
tree | ea7f1e406ca9a6eb274bc26988feaa24b9199b2d /emulators/vice/Makefile | |
parent | - mark BROKEN with gcc34 (diff) |
- mark BROKEN for gcc34
Diffstat (limited to '')
-rw-r--r-- | emulators/vice/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index fb01be1d26a8..9d5a5db77ed0 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -53,6 +53,9 @@ BUILD_DEPENDS+= bdftopcf:${X_CLIENTS_PORT} # ../src/resid/libresid.a(wave.o)(.rodata+0x0): relocation truncated to fit: GPREL32 *UND* BROKEN= "GPREL relocation truncated" .endif +.if ${OSVERSION} >= 502122 +BROKEN= gcc34: conflicting types +.endif post-extract: @${RM} -f ${WRKSRC}/doc/vice.info* |