summaryrefslogtreecommitdiffstats
path: root/palm
diff options
context:
space:
mode:
authorsf <sf@FreeBSD.org>2001-09-24 22:05:33 +0000
committersf <sf@FreeBSD.org>2001-09-24 22:05:33 +0000
commit3e0c23a364b14244f32e2595235235793d4ac6e1 (patch)
tree530e23f005af6cb9896dc5e0f860d494005397d1 /palm
parentae909aaf995e6c10df31dcadfa545e8a75389489 (diff)
downloadFreeBSD-ports-3e0c23a364b14244f32e2595235235793d4ac6e1.zip
FreeBSD-ports-3e0c23a364b14244f32e2595235235793d4ac6e1.tar.gz
add PTHREAD_CFLAGS/LIBS to work with fltk/libGL.
PR: 30752 Submitted by: Jonathan Chen <jonathan.chen@itouch.co.nz>
Diffstat (limited to 'palm')
-rw-r--r--palm/pose/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/palm/pose/Makefile b/palm/pose/Makefile
index 6d97c05..dd9c74e 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
OpenPOWER on IntegriCloud