diff options
-rw-r--r-- | palm/pose/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/palm/pose/Makefile b/palm/pose/Makefile index 6d97c05793ae..dd9c74eb0df5 100644 --- a/palm/pose/Makefile +++ b/palm/pose/Makefile @@ -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 |