Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jul 2003 16:26:12 -0500 (CDT)
From:      Mark Linimon <linimon@lonesome.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/54454: [patch] fix build for audio/swhplugins on non-i386
Message-ID:  <200307132126.h6DLQCse094806@lonesome.lonesome.com>
Resent-Message-ID: <200307132130.h6DLUDSP014741@freefall.freebsd.org>

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

>Number:         54454
>Category:       ports
>Synopsis:       [patch] fix build for audio/swhplugins on non-i386
>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:   Sun Jul 13 14:30:13 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mark Linimon
>Release:        FreeBSD-4.7
>Organization:
FreeBSD
>Environment:
System: FreeBSD lonesome.lonesome.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Nov 8 23:46:29 CST 2002 root@lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA i386
>Description:
	A small test program deep in one of the plugins has i386-specific
	code.  It's not even installed by the port, only compiled.
>How-To-Repeat:
	make install (non-i386)
>Fix:
	The following patch merely removes building that test program.

diff -ruN swhplugins.dist/files/patch-gverb::Makefile.in swhplugins/files/patch-gverb::Makefile.in
--- swhplugins.dist/files/patch-gverb::Makefile.in	Wed Dec 31 18:00:00 1969
+++ swhplugins/files/patch-gverb::Makefile.in	Sun Jul 13 16:23:31 2003
@@ -0,0 +1,17 @@
+--- gverb/Makefile.in.dist	Sun Jun  1 14:00:49 2003
++++ gverb/Makefile.in	Sun Jul 13 16:07:42 2003
+@@ -150,8 +150,12 @@
+ 
+ TAR = gtar
+ GZIP_ENV = --best
+-SOURCES = $(libgverb_a_SOURCES) gverb-test.c
+-OBJECTS = $(libgverb_a_OBJECTS) gverb-test.$(OBJEXT)
++# removed gverb-test for FreeBSD due to using i386 asm;
++# it only seems to be a test harness in any case.
++#SOURCES = $(libgverb_a_SOURCES) gverb-test.c
++#OBJECTS = $(libgverb_a_OBJECTS) gverb-test.$(OBJEXT)
++SOURCES = $(libgverb_a_SOURCES)
++OBJECTS = $(libgverb_a_OBJECTS)
+ 
+ all: all-redirect
+ .SUFFIXES:
>Release-Note:
>Audit-Trail:
>Unformatted:



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