diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-04-30 00:17:51 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-04-30 00:17:51 +0000 |
commit | 6c461f0c454bab5e1aee5ef97ec1a8acacbf533f (patch) | |
tree | 5085921f39ecd0379592d153dd3cc3c361443305 /audio/polypaudio | |
parent | 9772e5015b6245e30b0735dee54b0f8061634565 (diff) |
Notes
Diffstat (limited to 'audio/polypaudio')
-rw-r--r-- | audio/polypaudio/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/polypaudio/Makefile b/audio/polypaudio/Makefile index db7342e2e550..a3f6eb354a7b 100644 --- a/audio/polypaudio/Makefile +++ b/audio/polypaudio/Makefile @@ -30,6 +30,8 @@ USE_GMAKE= yes USE_GETOPT_LONG=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ + PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ + PTHREAD_LIBS="${PTHREAD_LIBS}" \ LIBS="-lm" PLIST_SUB= VERSION=${PORTVERSION} |