diff options
author | adamw <adamw@FreeBSD.org> | 2005-12-24 21:12:07 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2005-12-24 21:12:07 +0000 |
commit | 7e688adbda2f5bf6f58ef4605b578b3e90d1ae84 (patch) | |
tree | 1cc12867f7d30a6e8374e24825c2e171d8d13945 /accessibility/gnopernicus | |
parent | 4b1e8b139c0b1b17ba3ae1b2ce4a837f5dc0c61a (diff) | |
download | FreeBSD-ports-7e688adbda2f5bf6f58ef4605b578b3e90d1ae84.zip FreeBSD-ports-7e688adbda2f5bf6f58ef4605b578b3e90d1ae84.tar.gz |
Back out the PTHREAD_CFLAGS/LIBS-adding stuff, now that
libtool-1.5.22 is unbroked.
Diffstat (limited to 'accessibility/gnopernicus')
-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 bea37d7..e91aa26 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 ${PTHREAD_CFLAGS}" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" MAKE_ENV= SED="${SED}" GCONF_SCHEMAS= brlmonitor.schemas gnopernicus.schemas remote.schemas |