diff options
-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* |