- Mark BROKEN: does not compile

In file included from prcvar.cpp:25:
  private.h:33: error: field 'cond' has incomplete type
  private.h: In constructor 'PRCondVar::PRCondVar(PRLock*)':
  private.h:35: error: class 'PRCondVar' does not have any field named 'cond'
  prcvar.cpp: In function 'PRStatus PR_WaitCondVar(PRCondVar*, PRIntervalTime)':
  prcvar.cpp:44: error: 'struct PRCondVar' has no member named 'cond'
  prcvar.cpp:44: error: 'struct PRCondVar' has no member named 'cond'
  prcvar.cpp: In function 'PRStatus PR_NotifyCondVar(PRCondVar*)':
  prcvar.cpp:49: error: 'struct PRCondVar' has no member named 'cond'
  prcvar.cpp: In function 'PRStatus PR_NotifyAllCondVar(PRCondVar*)':
  prcvar.cpp:54: error: 'struct PRCondVar' has no member named 'cond'
  *** Error code 1

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2012-02-22 20:36:37 +00:00
parent 7765b6e078
commit ab644c5df4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292083

View File

@ -17,6 +17,8 @@ COMMENT= Smart filtering HTTP proxy
LIB_DEPENDS= ACE.6:${PORTSDIR}/devel/ace \
sigc-2.0.0:${PORTSDIR}/devel/libsigc++20
BROKEN= does not compile
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib