FreeBSD Bugzilla – Attachment 117151 Details for
Bug 159225
[PATCH]Disable unsupported CFLAGS on non-x86 platforms
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
mupdf_3.patch
mupdf_3.patch (text/plain), 1.21 KB, created by
lichray
on 2011-07-27 09:10:09 UTC
(
hide
)
Description:
mupdf_3.patch
Filename:
MIME Type:
Creator:
lichray
Created:
2011-07-27 09:10:09 UTC
Size:
1.21 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/graphics/mupdf.orig/Makefile /usr/ports/graphics/mupdf/Makefile >--- /usr/ports/graphics/mupdf.orig/Makefile 2011-07-16 00:26:21.000000000 -0500 >+++ /usr/ports/graphics/mupdf/Makefile 2011-07-27 02:57:43.364209603 -0500 >@@ -6,7 +6,7 @@ > > PORTNAME= mupdf > PORTVERSION= 0.8.165 >-PORTREVISION= 2 >+PORTREVISION= 3 > PORTEPOCH= 1 > CATEGORIES= graphics > MASTER_SITES= GOOGLE_CODE \ >@@ -22,7 +22,7 @@ > openjpeg.2:${PORTSDIR}/graphics/openjpeg > > USE_GMAKE= yes >-MAKE_ARGS+= build=native prefix=${PREFIX} verbose=1 mandir=${PREFIX}/man >+MAKE_ARGS+= build=release prefix=${PREFIX} verbose=1 mandir=${PREFIX}/man > USE_XORG= x11 xext > USE_GNOME= pkgconfig > MAN1= mupdf.1 mu_pdfclean.1 mu_pdfdraw.1 mu_pdfshow.1 >@@ -36,6 +36,10 @@ > > .include <bsd.port.options.mk> > >+.if ${ARCH} == "amd64" || ${ARCH} == "i386" >+CFLAGS+= -mfpmath=sse >+.endif >+ > .if defined(WITH_SCROLL) > EXTRA_PATCHES+= ${FILESDIR}/scroll_hack-apps_pdfapp.c > .endif >@@ -60,9 +64,4 @@ > ${FIND} ${WRKSRC} -name pdf\*.1 -exec ${SH} -c 'mv {} $$(dirname {})/mu_$$(basename {})' \; > > .include <bsd.port.pre.mk> >- >-.if ${ARCH} == "sparc64" >-BROKEN= Does not compile on sparc64 : uses i386-specific options >-.endif >- > .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 159225
: 117151