diff options
Diffstat (limited to 'dev-libs/check/files')
-rw-r--r-- | dev-libs/check/files/check-0.9.6-64bitsafe.patch | 13 | ||||
-rw-r--r-- | dev-libs/check/files/check-0.9.6-AM_PATH_CHECK.patch | 12 |
2 files changed, 0 insertions, 25 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 deleted file mode 100644 index ec73ed6a0ea5..000000000000 --- a/dev-libs/check/files/check-0.9.6-64bitsafe.patch +++ /dev/null @@ -1,13 +0,0 @@ -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 diff --git a/dev-libs/check/files/check-0.9.6-AM_PATH_CHECK.patch b/dev-libs/check/files/check-0.9.6-AM_PATH_CHECK.patch deleted file mode 100644 index 7bb306187206..000000000000 --- a/dev-libs/check/files/check-0.9.6-AM_PATH_CHECK.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur check-0.9.5-orig/doc/example/configure.ac check-0.9.5/doc/example/configure.ac ---- check-0.9.5-orig/doc/example/configure.ac 2006-11-21 17:19:14.000000000 -0600 -+++ check-0.9.5/doc/example/configure.ac 2008-12-04 21:45:13.000000000 -0600 -@@ -25,7 +25,7 @@ - # CHECK_LIBS accordingly. - # AM_PATH_CHECK([MINIMUM-VERSION, - # [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]]) --AM_PATH_CHECK() -+PKG_CHECK_MODULES([check], [], []) - - # Checks for header files. - AC_HEADER_STDC |