- Fix build on 6.X amd64 after the opencv upgrade.

Approved by:	Jason E. Hale <bsdkaffee@gmail.com> (maintainer),
		tabthorpe (mentor, implicit)
This commit is contained in:
Alberto Villa
2010-08-31 08:07:10 +00:00
parent dddf9a1051
commit 435ab50565

View File

@@ -23,4 +23,10 @@ GNU_CONFIGURE= yes
USE_GNOME= pkgconfig
MAKE_JOBS_SAFE= yes
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
USE_GCC= 4.2+
.endif
.include <bsd.port.post.mk>