mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Fix build in 4.x
Noticed by: YAPHR
This commit is contained in:
parent
d9c56adb19
commit
83a0d6ba72
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=152565
@ -8,6 +8,7 @@
|
||||
|
||||
PORTNAME= opencv
|
||||
PORTVERSION= 0.9.6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= opencvlibrary
|
||||
@ -21,6 +22,9 @@ GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
LDFLAGS= ${PTHREAD_LIBS}
|
||||
CONFIGURE_ENV= LDFLAGS="${LDFLAGS}"
|
||||
|
||||
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user