diff options
author | adamw <adamw@FreeBSD.org> | 2005-12-25 05:12:07 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2005-12-25 05:12:07 +0800 |
commit | 7e688adbda2f5bf6f58ef4605b578b3e90d1ae84 (patch) | |
tree | 1cc12867f7d30a6e8374e24825c2e171d8d13945 /x11/libgnome | |
parent | 4b1e8b139c0b1b17ba3ae1b2ce4a837f5dc0c61a (diff) | |
download | freebsd-ports-gnome-7e688adbda2f5bf6f58ef4605b578b3e90d1ae84.tar.gz freebsd-ports-gnome-7e688adbda2f5bf6f58ef4605b578b3e90d1ae84.tar.zst freebsd-ports-gnome-7e688adbda2f5bf6f58ef4605b578b3e90d1ae84.zip |
Back out the PTHREAD_CFLAGS/LIBS-adding stuff, now that
libtool-1.5.22 is unbroked.
Diffstat (limited to 'x11/libgnome')
-rw-r--r-- | x11/libgnome/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index 7d9e96acb640..9c95010e7c45 100644 --- a/x11/libgnome/Makefile +++ b/x11/libgnome/Makefile @@ -29,8 +29,8 @@ USE_GNOME= gnomeprefix gnomehack intlhack esound \ USE_BISON= yes INSTALLS_SHLIB= yes 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" SUB_FILES= pkg-deinstall |