diff options
author | dinoex <dinoex@FreeBSD.org> | 2004-08-11 19:58:23 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2004-08-11 19:58:23 +0800 |
commit | f717b360b74968e5160ccb3291a68314ed20910a (patch) | |
tree | 87b049584925c6c117a6f2ce580cb573eb701e2f /emulators | |
parent | 0140fcaa7b0c21d1c0d0e70d30c79821c1306bd1 (diff) | |
download | freebsd-ports-gnome-f717b360b74968e5160ccb3291a68314ed20910a.tar.gz freebsd-ports-gnome-f717b360b74968e5160ccb3291a68314ed20910a.tar.zst freebsd-ports-gnome-f717b360b74968e5160ccb3291a68314ed20910a.zip |
- mark BROKEN for gcc34
Diffstat (limited to 'emulators')
-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* |