Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Mar 2005 01:00:08 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/78872: Update port: audio/tagtool
Message-ID:  <20050316010008.1a24afde.tkato432@yahoo.com>
Resent-Message-ID: <200503151610.j2FGA2a3049411@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         78872
>Category:       ports
>Synopsis:       Update port: audio/tagtool
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 15 16:10:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.11-RELEASE i386
>Organization:
>Environment:
>Description:
- Fix runtime error

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/audio/tagtool/Makefile audio/tagtool/Makefile
--- /usr/ports/audio/tagtool/Makefile	Tue Mar 15 14:03:58 2005
+++ audio/tagtool/Makefile	Tue Mar 15 15:51:53 2005
@@ -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_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' \
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050316010008.1a24afde.tkato432>