diff options
Diffstat (limited to 'security/pgp6/files/patch-ar')
-rw-r--r-- | security/pgp6/files/patch-ar | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/security/pgp6/files/patch-ar b/security/pgp6/files/patch-ar new file mode 100644 index 000000000000..19ef42b122ae --- /dev/null +++ b/security/pgp6/files/patch-ar @@ -0,0 +1,14 @@ +--- libs/pfl/common/lthread/pgpThreads.h.orig Mon Apr 19 10:59:53 1999 ++++ libs/pfl/common/lthread/pgpThreads.h Thu Jan 22 12:34:15 2004 +@@ -138,7 +138,9 @@ + #endif /* end HAVE_PTHREAD_ATTR_CREATE */ + + /* My version of Linux has sem_init in pthreads.so, but *zero* headers ?? */ +-#if HAVE_SEM_INIT && !PGP_UNIX_LINUX ++/* #if HAVE_SEM_INIT && !PGP_UNIX_LINUX ++ commented out for FreeBSD */ ++#if 0 + + #undef HAVE_SEMGET /* prefer POSIX sem_init over semget */ + #define HAVE_SEMGET 0 + |