-
Notifications
You must be signed in to change notification settings - Fork 567
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
104c0f5
commit 0dd849e
Showing
4 changed files
with
41 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
commit 3f50e35d239059823162cbfba3c7adfe8e5f1907 | ||
Author: Pierre Joye <pierre.php@gmail.com> | ||
Date: Sat Feb 12 15:27:06 2022 +0700 | ||
|
||
strdup is a posix extension, to be used correctly that has to be defined (only used here, no need to pass as -D | ||
|
||
diff --git a/tests/raqm-test.c b/tests/raqm-test.c | ||
index 1d42c7c..1137fff 100644 | ||
--- a/tests/raqm-test.c | ||
+++ b/tests/raqm-test.c | ||
@@ -21,7 +21,9 @@ | ||
* SOFTWARE. | ||
* | ||
*/ | ||
- | ||
+#ifdef __GNUC__ | ||
+#define _DEFAULT_SOURCE | ||
+#endif | ||
#include <assert.h> | ||
#include <errno.h> | ||
#include <locale.h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"Signatures": { | ||
"raqm-0.7.0.tar.gz": "e28575ecdd4e8a1d277d9be8268bb663ce1e476aaf55eb0456787821ddf0f941" | ||
"raqm-0.8.0.tar.xz": "e9b5ed5e6c1ed1341307d3fba5e325cd65af60f89616597c4a191b1aa6e95d1e" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters