diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/linux_kdump/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/linux_kdump/Makefile b/devel/linux_kdump/Makefile index 46434fd2255f..0f2825b69b71 100644 --- a/devel/linux_kdump/Makefile +++ b/devel/linux_kdump/Makefile @@ -23,6 +23,10 @@ PLIST_FILES= bin/linux_kdump .include <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 +USE_GCC= 3.4+ +.endif + .ifndef(SRCDIR) SRCDIR= /usr/src pre-everything:: |