diff options
author | joerg <joerg@pkgsrc.org> | 2006-04-11 12:59:33 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-04-11 12:59:33 +0000 |
commit | 8c63712ff97ba502315d6cc983939bc2ca4fc731 (patch) | |
tree | 17e72bfc721f8638da78fd8cbe253c0cc6931df7 /devel/rudiments/patches | |
parent | 4d36e842abea986ae2972f487d161fccea8afc80 (diff) | |
download | pkgsrc-8c63712ff97ba502315d6cc983939bc2ca4fc731.tar.gz |
Fix mlockall detection (yes, it works better to actually link when
trying to find unimplemented functions). Fix PLIST. Bump revision.
Diffstat (limited to 'devel/rudiments/patches')
-rw-r--r-- | devel/rudiments/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/rudiments/patches/patch-aa b/devel/rudiments/patches/patch-aa new file mode 100644 index 00000000000..6bdd0652beb --- /dev/null +++ b/devel/rudiments/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.3 2006/04/11 12:59:33 joerg Exp $ + +--- configure.orig 2006-04-11 12:42:25.000000000 +0000 ++++ configure +@@ -29751,7 +29751,7 @@ mlockall(0); + _ACEOF + rm -f conftest.$ac_objext + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 +- (eval $ac_compile) 2>conftest.er1 ++ (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 |