add PTHREAD_CFLAGS/LIBS to work with fltk/libGL.
PR: 30752 Submitted by: Jonathan Chen <jonathan.chen@itouch.co.nz>
This commit is contained in:
parent
117ab2909f
commit
627c8c3756
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48169
@ -22,6 +22,8 @@ USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --x-includes=${X11BASE}/include \
|
||||
--x-libraries=${X11BASE}/lib
|
||||
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \
|
||||
LIBS="${PTHREAD_LIBS}"
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${PREFIX}/share/pose
|
||||
|
Loading…
Reference in New Issue
Block a user