mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 03:23:20 -04:00
dev-libs/StringiFor: rename to dev-libs/stringifor
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
This commit is contained in:
22
dev-libs/stringifor/files/stringifor-1.1.3_fix_tests.patch
Normal file
22
dev-libs/stringifor/files/stringifor-1.1.3_fix_tests.patch
Normal file
@@ -0,0 +1,22 @@
|
||||
diff -Naur a/src/third_party/FACE/src/tests/face_test_ucs4.F90 b/src/third_party/FACE/src/tests/face_test_ucs4.F90
|
||||
--- a/src/third_party/FACE/src/tests/face_test_ucs4.F90
|
||||
+++ b/src/third_party/FACE/src/tests/face_test_ucs4.F90
|
||||
@@ -2,9 +2,10 @@
|
||||
program face_test_ucs4
|
||||
!< FACE test.
|
||||
use face
|
||||
+use iso_fortran_env
|
||||
|
||||
implicit none
|
||||
-#ifdef UCS4_SUPPORTED
|
||||
+
|
||||
character(kind=UCS4, len=:), allocatable :: string_1 !< A string.
|
||||
character(kind=UCS4, len=:), allocatable :: string_2 !< A string.
|
||||
character(kind=UCS4, len=:), allocatable :: string_3 !< A string.
|
||||
@@ -13,5 +14,5 @@
|
||||
string_2 = colorize(UCS4_' ÜÇŞ4', color_fg='red')
|
||||
string_3 = colorize(' World', color_fg='blue')
|
||||
print '(A)', string_1//string_2//string_3
|
||||
-#endif
|
||||
+
|
||||
endprogram face_test_ucs4
|
||||
Reference in New Issue
Block a user