diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-12-24 13:53:32 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-12-24 13:53:32 +0800 |
commit | 0f6dad79d0170bb506942444ad305032558ed9b5 (patch) | |
tree | dbe34118ced5da5c7a150651849961df8030168a /x11 | |
parent | 7ba38c23244a64a94b8f543e961e24b12b1f6453 (diff) | |
download | marcuscom-ports-0f6dad79d0170bb506942444ad305032558ed9b5.tar.gz marcuscom-ports-0f6dad79d0170bb506942444ad305032558ed9b5.tar.zst marcuscom-ports-0f6dad79d0170bb506942444ad305032558ed9b5.zip |
Add PTHREAD_{CFLAGS,LIBS} to CONFIGURE_ENV to fix the build with the new
libtool.
Obtained from: FreeBSD ports tree
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5314 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libgnome/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index 2d19eb24c..513bdf0ef 100644 --- a/x11/libgnome/Makefile +++ b/x11/libgnome/Makefile @@ -3,7 +3,7 @@ # Whom: Yukihiro Nakai <Nakai@technologist.com> # # $FreeBSD$ -# $MCom: ports/x11/libgnome/Makefile,v 1.65 2005/12/12 20:47:01 ahze Exp $ +# $MCom: ports/x11/libgnome/Makefile,v 1.66 2005/12/14 17:52:08 ahze Exp $ # PORTNAME= libgnome @@ -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" \ - LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ + LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" SUB_FILES= pkg-deinstall |