FreeBSD Bugzilla – Attachment 205719 Details for
Bug 239163
lang/python27: Consolidate 64-bit ARCH definitions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to lang/python27/Makefile
libgl.short.diff (text/plain), 918 bytes, created by
Mark Linimon
on 2019-07-12 16:04:59 UTC
(
hide
)
Description:
patch to lang/python27/Makefile
Filename:
MIME Type:
Creator:
Mark Linimon
Created:
2019-07-12 16:04:59 UTC
Size:
918 bytes
patch
obsolete
>Index: graphics/libGL/Makefile.common >=================================================================== >--- graphics/libGL/Makefile.common (revision 432891) >+++ graphics/libGL/Makefile.common (working copy) >@@ -118,6 +118,16 @@ > > CONFIGURE_ARGS+= --enable-osmesa > >+# restrict llvm dependency to archs where it builds. >+# XXX MCL ok 20170126 >+.if ${OPSYS} == DragonFly || \ >+ (${OPSYS} == FreeBSD && \ >+ (${ARCH} == amd64 || \ >+ ${ARCH} == i386)) >+# XXX MCL test 20170127 >+#.if ${OPSYS} == DragonFly || \ >+# (${OPSYS} == FreeBSD && \ >+# ${ARCH_SUPPORTS_LLVM} == yes) > # gallium > BUILD_DEPENDS+= llvm${MESA_LLVM_VER}>=3.7.1_1:devel/llvm${MESA_LLVM_VER} > .if ${COMPONENT:Mdri} != "" || ${COMPONENT:Mclover} != "" || ${COMPONENT:Megl} != "" >@@ -128,6 +138,7 @@ > > CONFIGURE_ARGS+=--enable-gallium-llvm \ > --enable-xvmc >+.endif > > .if ${PORT_OPTIONS:MTEXTURE} > CONFIGURE_ARGS+=--enable-texture-float
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 239163
:
205719
|
205724
Working