Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Dec 2002 06:01:02 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/46582: Update port: audio/soundtracker
Message-ID:  <20021229060102.6aaf81a0.tkato@prontomail.com>

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

>Number:         46582
>Category:       ports
>Synopsis:       Update port: audio/soundtracker
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 28 13:10:02 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.7-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Fix build on 5-current

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/audio/soundtracker/Makefile audio/soundtracker/Makefile
--- /usr/ports/audio/soundtracker/Makefile	Mon Nov 25 22:18:19 2002
+++ audio/soundtracker/Makefile	Fri Dec 27 00:56:40 2002
@@ -25,6 +25,10 @@
 
 .include <bsd.port.pre.mk>
 
+.if ${OSVERSION} > 500034
+CONFIGURE_ARGS+=	--disable-asm
+.endif
+
 .if ${HAVE_GNOME:Mgnomelibs}!=""
 PKGNAMESUFFIX=	-gnome
 USE_GNOME+=	gnomelibs gnomeprefix gnomehack
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021229060102.6aaf81a0.tkato>