mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Make sure we link against ${PTHREAD_LIBS}. This fixes a build problem
on -STABLE, and some runtime threading issues on -CURRENT. PR: 53918 Submitted by: maintainer
This commit is contained in:
parent
2a84556496
commit
36a1e22ed2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83916
1 changed files with 4 additions and 3 deletions
|
@ -7,9 +7,10 @@
|
||||||
|
|
||||||
PORTNAME= devhelp
|
PORTNAME= devhelp
|
||||||
PORTVERSION= 0.7
|
PORTVERSION= 0.7
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES?= devel gnome
|
CATEGORIES?= devel gnome
|
||||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.7
|
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C,^([[:digit:]]+\.[[:digit:]]+).*,\1,}
|
||||||
DIST_SUBDIR= gnome2
|
DIST_SUBDIR= gnome2
|
||||||
|
|
||||||
MAINTAINER= rui@ruilopes.com
|
MAINTAINER= rui@ruilopes.com
|
||||||
|
@ -21,7 +22,7 @@ USE_GMAKE= yes
|
||||||
USE_GNOME= gnomehack gnomeprefix libgtkhtml libgnomeui
|
USE_GNOME= gnomehack gnomeprefix libgtkhtml libgnomeui
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \
|
||||||
LDFLAGS="-L${LOCALBASE}/lib"
|
LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib"
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue