Remove PTHREAD_LIBS form CONFIGURE_ENV.
This library do not make any direct or indirect pthreads use. Moreother it's danger to have library forcibly linked to pthreads and don't have this dependency declared in .pc file.
This commit is contained in:
parent
5721d1f89a
commit
51885eb02a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106607
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= libgnomeprintui
|
||||
PORTVERSION= 2.6.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= x11-toolkits gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.6
|
||||
|
@ -29,6 +29,6 @@ INSTALLS_SHLIB= yes
|
|||
USE_LIBTOOL_VER=13
|
||||
USE_BISON= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue