File: fix-ftbfs-with-ruby3.3.patch

package info (click to toggle)
ruby-uconv 0.6.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,736 kB
  • sloc: ansic: 161,247; ruby: 44,421; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 338 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: add -Wno-incompatible-pointer-types to $CFLAGS
Author: Lucas Kanashiro <kanashiro@ubuntu.com>
Forwarded: no
Last-Update: 2024-08-21

--- a/extconf.rb
+++ b/extconf.rb
@@ -30,5 +30,5 @@
 if enable_config("utf-32", true)
   $CFLAGS += " -DUTF32"
 end
-
+$CFLAGS << ' -Wno-incompatible-pointer-types '
 create_makefile("uconv")