freebsd-ports/www/oops/files/patch-ac
Maxim Sobolev 7d52cdea00 - Install mans;
- make port to be compliant with portlint-2.3.

Submitted by:	maintainer
2000-12-14 17:31:34 +00:00

10 lines
298 B
Text

--- src/environment.h.orig Wed Dec 13 17:33:19 2000
+++ src/environment.h Wed Dec 13 17:33:40 2000
@@ -55,7 +55,7 @@
#include <thread.h>
#endif
#include <pthread.h>
-#if !defined(HAVE_PTHREAD_RWLOCK_INIT)
+#if !defined(HAVE_PTHREAD_RWLOCK_INIT) && !defined(FREEBSD)
#include "rwlock.h"
#endif