diff options
author | pav <pav@FreeBSD.org> | 2007-07-03 17:32:56 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-07-03 17:32:56 +0800 |
commit | 353552d0444331c9bfdd205ceaaf4ace4fd918aa (patch) | |
tree | 65a89810d0c15222e4b727bcb72fb9ea62d2e0c7 /audio/timidity++ | |
parent | 1085c5b24cf5dea17a9a3a18502a47c31ee0f77c (diff) | |
download | freebsd-ports-graphics-353552d0444331c9bfdd205ceaaf4ace4fd918aa.tar.gz freebsd-ports-graphics-353552d0444331c9bfdd205ceaaf4ace4fd918aa.tar.zst freebsd-ports-graphics-353552d0444331c9bfdd205ceaaf4ace4fd918aa.zip |
- Mark BROKEN on CURRENT: does not build with GCC 4.2
Diffstat (limited to 'audio/timidity++')
-rw-r--r-- | audio/timidity++/Makefile.interface | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/timidity++/Makefile.interface b/audio/timidity++/Makefile.interface index 32b7458f28f..2044e09d447 100644 --- a/audio/timidity++/Makefile.interface +++ b/audio/timidity++/Makefile.interface @@ -102,6 +102,10 @@ USE_XLIB= yes DOCFILES= README.xaw DOCLANG= C ja_JP.eucJP + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif .endif .if ${INTERFACE} == "xskin" |