diff options
author | Chin-San Huang <chinsan@FreeBSD.org> | 2009-01-11 04:26:18 +0000 |
---|---|---|
committer | Chin-San Huang <chinsan@FreeBSD.org> | 2009-01-11 04:26:18 +0000 |
commit | 7dc6894df9ae6cd3fe953b2167d437dbb74c2091 (patch) | |
tree | fc6ca13d22f570d31dcbfefa57d83ea79f84b722 /devel/libcheck/files/patch-check.m4 | |
parent | - Remove unreachable master site (diff) |
- Update to 0.9.6
- Make portlint happier
- Pass maintainership to submitter
PR: ports/130249
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet.net>
Notes
Notes:
svn path=/head/; revision=225686
Diffstat (limited to 'devel/libcheck/files/patch-check.m4')
-rw-r--r-- | devel/libcheck/files/patch-check.m4 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/libcheck/files/patch-check.m4 b/devel/libcheck/files/patch-check.m4 index 2c4f122ea7a7..a8d6427cc07c 100644 --- a/devel/libcheck/files/patch-check.m4 +++ b/devel/libcheck/files/patch-check.m4 @@ -1,6 +1,6 @@ ---- check.m4.orig Tue Mar 1 01:25:26 2005 -+++ check.m4 Sun Jul 2 21:13:20 2006 -@@ -19,8 +19,21 @@ +--- check.m4.orig 2008-12-29 21:48:46.000000000 +0800 ++++ check.m4 2009-01-07 09:02:41.452952376 +0800 +@@ -21,8 +21,20 @@ CHECK_CFLAGS="-I$with_check/include" CHECK_LIBS="-L$with_check/lib -lcheck" else @@ -13,7 +13,6 @@ + break + fi + done -+ + for check_libdir in /usr/local/lib /usr/local/lib/check /usr/lib $prefix/lib + do + if test -e $check_libdir/libcheck.a ; then |