mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ USE_INC_LIBTOOL_VER=15
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
|
|
||||||
CONFIGURE_ARGS= --with-wx-config=wxgtk2-2.6-config
|
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
|
PORTDOCS= AUTHORS COPYING INSTALL ChangeLog README
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue