diff options
author | pav <pav@FreeBSD.org> | 2012-03-06 06:11:03 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2012-03-06 06:11:03 +0800 |
commit | 7b2b15ebe9a72a6158de20d9613d6d8c5b915aa0 (patch) | |
tree | 013f326c99a1bf99a75b206872b3500026770955 /x11 | |
parent | dd6092f4cc573c3ebb9fb71e25dc4bdfe412850f (diff) | |
download | freebsd-ports-gnome-7b2b15ebe9a72a6158de20d9613d6d8c5b915aa0.tar.gz freebsd-ports-gnome-7b2b15ebe9a72a6158de20d9613d6d8c5b915aa0.tar.zst freebsd-ports-gnome-7b2b15ebe9a72a6158de20d9613d6d8c5b915aa0.zip |
- 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
Diffstat (limited to 'x11')
-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 \ |