Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 May 2006 02:00:12 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/98019: Update port: audio/soundtracker
Message-ID:  <20060528020012.7b99e6f5.tkato432@yahoo.com>
Resent-Message-ID: <200605271710.k4RHAQol051232@freefall.freebsd.org>

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

>Number:         98019
>Category:       ports
>Synopsis:       Update port: audio/soundtracker
>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:   Sat May 27 17:10:25 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.11-RELEASE-p17 i386
>Organization:
>Environment:
>Description:
- Fix build on non-i386 architecture

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/audio/soundtracker/Makefile audio/soundtracker/Makefile
--- /usr/ports/audio/soundtracker/Makefile	Thu May  4 04:14:01 2006
+++ audio/soundtracker/Makefile	Tue May 16 13:34:17 2006
@@ -27,6 +27,8 @@
 
 .if ${ARCH} != "i386" || defined(WITHOUT_X86_ASM)
 CONFIGURE_ARGS+=	--disable-asm
+.else
+CONFIGURE_ARGS+=	--enable-asm
 .endif
 
 .if ${HAVE_GNOME:Mgnomelibs}!=""
@@ -61,7 +63,8 @@
 post-patch:
 	@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
 		's| install-exec-local||g'
-	@${REINPLACE_CMD} -e 's|-pthread -ldl||g' ${WRKSRC}/configure
+	@${REINPLACE_CMD} -e 's|asm_support=yes|asm_support=$$enableval|g ; \
+		 s|-pthread -ldl||g' ${WRKSRC}/configure
 
 pre-build:
 .if !defined(WITHOUT_NLS)
>Release-Note:
>Audit-Trail:
>Unformatted:



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