diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2011-10-28 13:02:33 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2011-10-28 13:02:33 +0000 |
commit | 58585a0631c9b8c16943b7e6f0d8cccac6c035e7 (patch) | |
tree | 329f1e0e42165d29f66e8494f9c2e23196a4b54b /devel | |
parent | 65aafbcdb6b7718c16699e5284df12e364ef7b19 (diff) |
- Fix build on FreeBSD 10
Approved by: ashish@ (maintainer)
Notes
Notes:
svn path=/head/; revision=284518
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libpthread-stubs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/libpthread-stubs/Makefile b/devel/libpthread-stubs/Makefile index 0913a917192d..6b5ed8d8a756 100644 --- a/devel/libpthread-stubs/Makefile +++ b/devel/libpthread-stubs/Makefile @@ -18,6 +18,7 @@ USE_GMAKE= yes USE_BZIP2= yes USE_GNOME= gnomehack pkgconfig USE_LDCONFIG= yes +WITH_FBSD10_FIX= yes GNU_CONFIGURE= yes |