diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2012-03-05 22:11:03 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2012-03-05 22:11:03 +0000 |
commit | 3b3a233a6d77d938dce3728f0854ff8e0779cab5 (patch) | |
tree | 3ab95d500c8bcc002f14fc056e6ab00a87b48938 | |
parent | - Mark BROKEN: does not compile (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=292784
-rw-r--r-- | x11/wterm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/wterm/Makefile b/x11/wterm/Makefile index f7d51fc82ef2..4d16a5b47d95 100644 --- a/x11/wterm/Makefile +++ b/x11/wterm/Makefile @@ -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 \ |