mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Add PTHREAD_LIBS to fix build in tinderbox. Works in non-tinderbox ..
Pointed out by: kris via pointyhat
This commit is contained in:
parent
2b27a70865
commit
d5e2b47a46
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136313
@ -32,7 +32,7 @@ USE_INC_LIBTOOL_VER=15
|
||||
USE_GMAKE= yes
|
||||
|
||||
CONFIGURE_ARGS= --with-wx-config=wxgtk2-2.6-config
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
||||
|
||||
PORTDOCS= AUTHORS COPYING INSTALL ChangeLog README
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user