mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04: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
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue