FreeBSD Bugzilla – Attachment 179453 Details for
Bug 216633
x11/slim: fails to build with clang 4.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to fix build
slim_gc.patch (text/plain), 896 bytes, created by
Henry Hu
on 2017-01-31 01:50:57 UTC
(
hide
)
Description:
patch to fix build
Filename:
MIME Type:
Creator:
Henry Hu
Created:
2017-01-31 01:50:57 UTC
Size:
896 bytes
patch
obsolete
>Index: files/patch-panel.cpp >=================================================================== >--- files/patch-panel.cpp (ä¸åå¨ç) >+++ files/patch-panel.cpp (å·¥ä½å¯æ¬) >@@ -0,0 +1,11 @@ >+--- panel.cpp.orig 2017-01-30 20:34:50.712852000 -0500 >++++ panel.cpp 2017-01-30 20:41:22.057188000 -0500 >+@@ -48,7 +48,7 @@ >+ gcm = GCGraphicsExposures; >+ gcv.graphics_exposures = False; >+ WinGC = XCreateGC(Dpy, Win, gcm, &gcv); >+- if (WinGC < 0) { >++ if (WinGC == NULL) { >+ cerr << APPNAME >+ << ": failed to create pixmap\n."; >+ exit(ERR_EXIT); > > å±æ§æ¹å: files/patch-panel.cpp >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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
Flags:
henry.hu.sh
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 216633
: 179453