diff options
author | adamw <adamw@FreeBSD.org> | 2005-12-24 16:38:35 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2005-12-24 16:38:35 +0000 |
commit | 54b390b9a2e8485639dfeeffb2857720a3230a15 (patch) | |
tree | add8bcf3669b9107901cc6a7e0bc03d26f3d7825 /accessibility | |
parent | 77d74e8582ffe7e2b588a047bc5ed0be7beb5c56 (diff) | |
download | FreeBSD-ports-54b390b9a2e8485639dfeeffb2857720a3230a15.zip FreeBSD-ports-54b390b9a2e8485639dfeeffb2857720a3230a15.tar.gz |
Add PTHREAD_{CFLAGS,KUBS} to CONFIGURE_ENV.
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/gnopernicus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/accessibility/gnopernicus/Makefile b/accessibility/gnopernicus/Makefile index e91aa26..bea37d7 100644 --- a/accessibility/gnopernicus/Makefile +++ b/accessibility/gnopernicus/Makefile @@ -25,8 +25,8 @@ USE_GMAKE= yes USE_REINPLACE= yes USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui atspi gnomespeech USE_AUTOTOOLS= libtool:15 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ + LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" MAKE_ENV= SED="${SED}" GCONF_SCHEMAS= brlmonitor.schemas gnopernicus.schemas remote.schemas |