- Mark BROKEN: does not compile

command.c:2:20: error: WMaker.h: No such file or directory
  command.c:289: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
  command.c:290: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
  command.c: In function 'cmd_getc':
  command.c:1913: error: 'app' undeclared (first use in this function)
  command.c:1913: error: (Each undeclared identifier is reported only once
  command.c:1913: error: for each function it appears in.)
  *** Error code 1

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2012-03-05 22:11:03 +00:00
parent 37ee10401e
commit 3b3a233a6d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292784

View file

@ -16,6 +16,8 @@ COMMENT= A color vt102 terminal emulator with transparency support
BUILD_DEPENDS= ${LOCALBASE}/lib/libWINGs.a:${PORTSDIR}/x11-wm/windowmaker
BROKEN= does not compile
USE_XORG= xpm
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-transparency --enable-xpm-background \