1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Add PTHREAD_LIBS to LDFLAGS to fix runtime

Pointed out by:	Rapiere via irc
This commit is contained in:
Michael Johnson 2005-03-14 19:25:58 +00:00
parent ad9788b6db
commit ad2e8fff3b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131237

View File

@ -7,6 +7,7 @@
PORTNAME= tagtool
PORTVERSION= 0.12.1
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -22,7 +23,7 @@ USE_GNOME= gnomehier intlhack libglade2
USE_REINPLACE= yes
USE_GMAKE= yes
USE_LIBTOOL_VER= 15
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}"
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib