ports/63102: amd64-fix: audio/xmms-a52dec
Hendrik Scholz
hendrik at scholz.net
Fri Feb 20 02:50:10 UTC 2004
>Number: 63102
>Category: ports
>Synopsis: amd64-fix: audio/xmms-a52dec
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Thu Feb 19 18:50:09 PST 2004
>Closed-Date:
>Last-Modified:
>Originator: Hendrik Scholz
>Release: FreeBSD 5.2.1-RC amd64
>Organization:
>Environment:
System: FreeBSD slurmcan.wormulon.net 5.2.1-RC FreeBSD 5.2.1-RC #0: Sat Jan 31 12:38:34 GMT 2004 root at ngoc.NUXI.com:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
bento reports
http://bento.freebsd.org/errorlogs/amd64-5-latest/xmms-a52dec-1.0_1.log
so just add -fPIC and everything is fine.
Other arches are not touched by this:
http://people.freebsd.org/~fenner/errorlogs/verm@drunkmonk.net.html
>How-To-Repeat:
>Fix:
--- xmms-a52dec.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/FreeBSD-CVS/ports/audio/xmms-a52dec/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile 4 Feb 2004 05:18:43 -0000 1.7
+++ Makefile 20 Feb 2004 02:48:13 -0000
@@ -23,7 +23,12 @@
USE_X_PREFIX= yes
USE_GNOME= gtk12
+.include <bsd.port.pre.mk>
+.if ${ARCH} == "amd64"
+CFLAGS= -fPIC
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/liba52dec.so ${PREFIX}/lib/xmms/Input/
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
--- xmms-a52dec.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list