aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2005-03-16 00:50:38 +0800
committerahze <ahze@FreeBSD.org>2005-03-16 00:50:38 +0800
commitf9e665b9d99ac730e2c4dda4278a50867eb790ab (patch)
tree345dff62c834e855c04a461a2d0ff02ea9cde025 /audio
parent4e1b21c88cb3bda989f6f721b0e2bdbf892c05ad (diff)
downloadfreebsd-ports-graphics-f9e665b9d99ac730e2c4dda4278a50867eb790ab.tar.gz
freebsd-ports-graphics-f9e665b9d99ac730e2c4dda4278a50867eb790ab.tar.zst
freebsd-ports-graphics-f9e665b9d99ac730e2c4dda4278a50867eb790ab.zip
Fix runtime on 4.x
PR: ports/78872 Submitted by: Ports Fury
Diffstat (limited to 'audio')
-rw-r--r--audio/tagtool/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/tagtool/Makefile b/audio/tagtool/Makefile
index d80b3b7cb7b..d78b38ec03d 100644
--- a/audio/tagtool/Makefile
+++ b/audio/tagtool/Makefile
@@ -7,7 +7,7 @@
PORTNAME= tagtool
PORTVERSION= 0.12.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -23,10 +23,10 @@ USE_GNOME= gnomehier intlhack libglade2
USE_REINPLACE= yes
USE_GMAKE= yes
USE_LIBTOOL_VER= 15
-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}"
+CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
-CPPFLAGS= -I${LOCALBASE}/include
-LDFLAGS= -L${LOCALBASE}/lib
+CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
+LDFLAGS= -L${LOCALBASE}/lib -Wl,--export-dynamic ${PTHREAD_LIBS}
post-patch:
@${REINPLACE_CMD} -e 's|(prefix)/share/app|(prefix)/share/gnome/app|g' \