diff options
Diffstat (limited to 'dev-libs/check/files/check-0.9.6-64bitsafe.patch')
-rw-r--r-- | dev-libs/check/files/check-0.9.6-64bitsafe.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-libs/check/files/check-0.9.6-64bitsafe.patch b/dev-libs/check/files/check-0.9.6-64bitsafe.patch new file mode 100644 index 000000000000..ec73ed6a0ea5 --- /dev/null +++ b/dev-libs/check/files/check-0.9.6-64bitsafe.patch @@ -0,0 +1,13 @@ +Index: check-0.9.6/configure.ac +=================================================================== +--- check-0.9.6.orig/configure.ac ++++ check-0.9.6/configure.ac +@@ -17,6 +17,8 @@ AC_CONFIG_AUX_DIR([build-aux]) + # really severe build strictness + AM_INIT_AUTOMAKE([-Wall -Werror gnits 1.9.6]) + ++AC_USE_SYSTEM_EXTENSIONS ++ + # FIXME: find the other places this stuff is used + + CHECK_MAJOR_VERSION=0 |