diff options
author | thierry <thierry@FreeBSD.org> | 2006-08-08 23:56:40 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-08-08 23:56:40 +0800 |
commit | 51e7e42cfc5775c9718b7fb5cd3ce270a4150066 (patch) | |
tree | 52b41d9e347f0094dbd8ac7afbcaff6463ae91f2 /net/mpich2 | |
parent | 5e117294c54a2fb1c7ee21ca67ac6ad13244faf5 (diff) | |
download | freebsd-ports-gnome-51e7e42cfc5775c9718b7fb5cd3ce270a4150066.tar.gz freebsd-ports-gnome-51e7e42cfc5775c9718b7fb5cd3ce270a4150066.tar.zst freebsd-ports-gnome-51e7e42cfc5775c9718b7fb5cd3ce270a4150066.zip |
Try to fix on 4.x.
Since I'm there, switch to USE_LDCONFIG.
Reported by: pointyhat via Kris
Diffstat (limited to 'net/mpich2')
-rw-r--r-- | net/mpich2/Makefile | 2 | ||||
-rw-r--r-- | net/mpich2/files/patch-configure | 15 | ||||
-rw-r--r-- | net/mpich2/pkg-plist | 1 |
3 files changed, 13 insertions, 5 deletions
diff --git a/net/mpich2/Makefile b/net/mpich2/Makefile index 57dc885091fd..3511e0195bf5 100644 --- a/net/mpich2/Makefile +++ b/net/mpich2/Makefile @@ -37,7 +37,7 @@ NOCCACHE= yes MAKE_ENV= CCACHE_DISABLE=yes NO_MTREE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes SUB_FILES= pkg-message diff --git a/net/mpich2/files/patch-configure b/net/mpich2/files/patch-configure index 616c1dc32512..21123ba1a606 100644 --- a/net/mpich2/files/patch-configure +++ b/net/mpich2/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig Wed Nov 23 19:41:50 2005 -+++ configure Mon Jul 17 00:46:50 2006 -@@ -24963,8 +24963,8 @@ +--- configure.orig Sun Jul 30 20:04:37 2006 ++++ configure Tue Aug 8 16:50:50 2006 +@@ -28147,8 +28147,8 @@ rm -f conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if test "$ac_cv_search_pthread_key_create" = no; then @@ -11,3 +11,12 @@ cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF +@@ -28192,7 +28192,7 @@ + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then +- ac_cv_search_pthread_key_create="-l$ac_lib" ++ ac_cv_search_pthread_key_create="$ac_lib" + break + else + echo "$as_me: failed program was:" >&5 diff --git a/net/mpich2/pkg-plist b/net/mpich2/pkg-plist index f5829d9eba9a..a451a9388ae7 100644 --- a/net/mpich2/pkg-plist +++ b/net/mpich2/pkg-plist @@ -588,6 +588,5 @@ share/examples_logging/srtest.c @dirrm man @dirrm lib @dirrm include -@dirrm examples @dirrm etc @dirrm bin |