diff options
Diffstat (limited to 'devel/hs-c2hs/files/patch-src_C2HS_Config.hs')
-rw-r--r-- | devel/hs-c2hs/files/patch-src_C2HS_Config.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/hs-c2hs/files/patch-src_C2HS_Config.hs b/devel/hs-c2hs/files/patch-src_C2HS_Config.hs index 45406f6ab9a8..a0a460f952b4 100644 --- a/devel/hs-c2hs/files/patch-src_C2HS_Config.hs +++ b/devel/hs-c2hs/files/patch-src_C2HS_Config.hs @@ -23,8 +23,8 @@ gtk2hsC2hs: Error in C header file. ("openbsd","cpp") -> ["-xc"] - (_,"cpp") -> ["-x", "c"] - (_,"gcc") -> ["-E", "-x", "c"] -+ (_,"cpp") -> ["-x", "c", "-std=c99"] -+ (_,"gcc") -> ["-E", "-x", "c", "-std=c99"] ++ (_,"cpp") -> ["-x", "c"] ++ (_,"gcc") -> ["-E", "-x", "c"] _ -> [] -- | C2HS Library file name |