FreeBSD Bugzilla – Attachment 154661 Details for
Bug 197924
x11-toolkits/hs-gtk : fails to build with gcc5-built ghc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fix cpp for hs-gtk
fix-hs-gtk.patch (text/plain), 1.09 KB, created by
John Marino
on 2015-03-22 16:15:59 UTC
(
hide
)
Description:
fix cpp for hs-gtk
Filename:
MIME Type:
Creator:
John Marino
Created:
2015-03-22 16:15:59 UTC
Size:
1.09 KB
patch
obsolete
>Index: devel/hs-gtk2hs-buildtools/Makefile >=================================================================== >--- devel/hs-gtk2hs-buildtools/Makefile (revision 381810) >+++ devel/hs-gtk2hs-buildtools/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= gtk2hs-buildtools > PORTVERSION= 0.12.5.2 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= devel haskell > > MAINTAINER= haskell@FreeBSD.org >Index: devel/hs-gtk2hs-buildtools/files/patch-c2hs_toplevel_C2HSConfig.hs >=================================================================== >--- devel/hs-gtk2hs-buildtools/files/patch-c2hs_toplevel_C2HSConfig.hs (revision 0) >+++ devel/hs-gtk2hs-buildtools/files/patch-c2hs_toplevel_C2HSConfig.hs (working copy) >@@ -0,0 +1,11 @@ >+--- c2hs/toplevel/C2HSConfig.hs.orig 2014-04-13 05:14:06 UTC >++++ c2hs/toplevel/C2HSConfig.hs >+@@ -70,7 +70,7 @@ cpp = case os of >+ cppopts :: [String] >+ cppopts = case (os,cpp) of >+ ("openbsd","cpp") -> ["-xc", "-w"] >+- (_,"cpp") -> ["-x", "c", "-w"] >++ (_,"cpp") -> ["-x", "c", "-P", "-w"] >+ (_,"gcc") -> ["-E", "-x", "c", "-w"] >+ _ -> [] >+
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 197924
:
153319
| 154661