aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2005-03-15 03:25:58 +0800
committerahze <ahze@FreeBSD.org>2005-03-15 03:25:58 +0800
commit1f38d0d87527fa5760000bedb9631bfd1d9c30ad (patch)
tree01f238be036596b65da0803aa26016dabfbb6c0c /audio
parentcfdbf307bfabe4bd7a873203c901e25d561da0ad (diff)
downloadfreebsd-ports-gnome-1f38d0d87527fa5760000bedb9631bfd1d9c30ad.tar.gz
freebsd-ports-gnome-1f38d0d87527fa5760000bedb9631bfd1d9c30ad.tar.zst
freebsd-ports-gnome-1f38d0d87527fa5760000bedb9631bfd1d9c30ad.zip
- Add PTHREAD_LIBS to LDFLAGS to fix runtime
Pointed out by: Rapiere via irc
Diffstat (limited to 'audio')
-rw-r--r--audio/tagtool/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/tagtool/Makefile b/audio/tagtool/Makefile
index 183f385f2596..d80b3b7cb7b3 100644
--- a/audio/tagtool/Makefile
+++ b/audio/tagtool/Makefile
@@ -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