1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- 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
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=260261

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>