Date: Thu, 11 Mar 2004 00:03:57 -0800 (PST) From: michael johnson <ahze@ahze.net> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/64089: [Patch] multimedia/avifile -- fix build on amd6 Message-ID: <200403110803.i2B83vT5040368@www.freebsd.org> Resent-Message-ID: <200403110810.i2B8AFbT050791@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 64089 >Category: ports >Synopsis: [Patch] multimedia/avifile -- fix build on amd6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Mar 11 00:10:15 PST 2004 >Closed-Date: >Last-Modified: >Originator: michael johnson >Release: >Organization: >Environment: >Description: this should fix building on avifile on amd64, I do not have a amd64 so I am unable to test. but this should work. >How-To-Repeat: >Fix: diff -ruN multimedia/avifile.orig/files/patch-mad-amd64 multimedia/avifile/files/patch-mad-amd64 --- multimedia/avifile.orig/files/patch-mad-amd64 Wed Dec 31 19:00:00 1969 +++ multimedia/avifile/files/patch-mad-amd64 Thu Mar 11 03:03:31 2004 @@ -0,0 +1,11 @@ +--- plugins/libmad/libmad/madconfig.h.orig Thu Mar 11 02:51:05 2004 ++++ plugins/libmad/libmad/madconfig.h Thu Mar 11 02:51:59 2004 +@@ -13,6 +13,6 @@ + #define FPM_SPARC + #elif ARCH_MIPS + #define FPM_MIPS +-#endif +- ++#elif ARCH_X86_64 ++#define FPM_64BIT + #endif /* LIBMAD_MADCONFIG_H */ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403110803.i2B83vT5040368>