mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
unbreak build on llvm 22
This commit is contained in:
@@ -3,7 +3,7 @@ COMMENT= bidirectional Hebrew support
|
||||
MODULES= cpan
|
||||
DISTNAME= Locale-Hebrew-1.05
|
||||
CATEGORIES= devel
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
Fix build with llvm 22.
|
||||
|
||||
Index: Hebrew.xs
|
||||
--- Hebrew.xs.orig
|
||||
+++ Hebrew.xs
|
||||
@@ -17,7 +17,7 @@ SV *
|
||||
_hebrewflip(s)
|
||||
SV * s
|
||||
CODE:
|
||||
- int l;
|
||||
+ STRLEN l;
|
||||
char *src, *dst;
|
||||
SV *r;
|
||||
|
||||
Reference in New Issue
Block a user