FreeBSD Bugzilla – Attachment 67859 Details for
Bug 99923
[PATCH] audio/xmms-wma: fix build on sparc64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
xmms-wma-1.0.5.patch
xmms-wma-1.0.5.patch (text/plain), 1.12 KB, created by
Michael Johnson
on 2006-07-08 20:30:15 UTC
(
hide
)
Description:
xmms-wma-1.0.5.patch
Filename:
MIME Type:
Creator:
Michael Johnson
Created:
2006-07-08 20:30:15 UTC
Size:
1.12 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/audio/xmms-wma/Makefile,v >retrieving revision 1.22 >diff -u -r1.22 Makefile >--- Makefile 25 May 2006 20:57:32 -0000 1.22 >+++ Makefile 8 Jul 2006 14:44:42 -0000 >@@ -18,9 +18,7 @@ > USE_BZIP2= yes > USE_GMAKE= yes > USE_X_PREFIX= yes >-CFLAGS+= -fpic -DPIC >- >-ONLY_FOR_ARCHS= i386 amd64 >+CFLAGS+= -fPIC -DPIC > > PLIST_FILES= lib/xmms/Input/libwma.so > >@@ -29,6 +27,8 @@ > USE_ICONV= yes > .endif > >+.include <bsd.port.pre.mk> >+ > pre-everything:: > .if !defined(WITH_ICONV) > @${ECHO_MSG} "You may specify the following on the command line:" >@@ -41,5 +41,9 @@ > @${REINPLACE_CMD} -e 's|gcc|${CC}|g' ${WRKSRC}/Makefile.inc > @${REINPLACE_CMD} -e 's|gcc|${CC}|g' ${WRKSRC}/ffmpeg-strip-wma/config.mak > @${REINPLACE_CMD} -e 's|CFLAGS :=|CFLAGS := ${CFLAGS}|g' ${WRKSRC}/Makefile.inc >+.if ${ARCH}=="sparc64" >+ @${REINPLACE_CMD} -e 's|X86|SPARC64|' ${WRKSRC}/ffmpeg-strip-wma/config.mak >+ @${REINPLACE_CMD} -e 's|#define ARCH_X86 1|#define ARCH_SPARC64 1|' ${WRKSRC}/ffmpeg-strip-wma/config.h >+.endif > >-.include <bsd.port.mk> >+.include <bsd.port.post.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 99923
: 67859