diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2005-12-24 16:38:35 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2005-12-24 16:38:35 +0000 |
commit | 139a57b585d5d37443baf833b1c1765633de2023 (patch) | |
tree | df3f5a160d9795d3a6999bb6184778aef467881e /accessibility | |
parent | 9dc294d9ec15cd0b65aa0ff1baedff3c572beb0e (diff) | |
download | ports-139a57b585d5d37443baf833b1c1765633de2023.tar.gz ports-139a57b585d5d37443baf833b1c1765633de2023.zip |
Notes
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 e91aa26cdf10..bea37d7f0b40 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 |