diff options
-rw-r--r-- | devel/titano/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/titano/Makefile b/devel/titano/Makefile index 9bfaaff0bb20..43f22e550438 100644 --- a/devel/titano/Makefile +++ b/devel/titano/Makefile @@ -23,8 +23,12 @@ GNU_CONFIGURE= yes .include <bsd.port.pre.mk> -.if ${OSVERSION} > 500034 EXTRA_PATCHES+= ${FILESDIR}/gcc3-* + +.if ${OSVERSION} >= 700042 +.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" +BROKEN= Does not compile with GCC 4.2 +.endif .endif pre-patch: .SILENT |