Link to pthread directly
PR: ports/182774 Approved by: swills (mentor, implicit)
This commit is contained in:
parent
d9e5b8b2b6
commit
f8096961c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332567
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= apvlv
|
||||
PORTVERSION= 0.1.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://cloud.github.com/downloads/naihe2010/apvlv/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-Source
|
||||
|
@ -21,6 +22,8 @@ CMAKE_ARGS+= -DSYSCONFDIR=${PREFIX}/etc \
|
|||
-DDOCDIR=${DOCSDIR} \
|
||||
-DAPVLV_WITH_UMD=OFF \
|
||||
-DAPVLV_WITH_TXT=ON
|
||||
CFLAGS+= ${PTHREAD_CFLAGS}
|
||||
LDFLAGS+= ${PTHREAD_LIBS}
|
||||
|
||||
OPTIONS_DEFINE= DJVU WEBKIT
|
||||
|
||||
|
|
Loading…
Reference in a new issue