diff options
author | pav <pav@FreeBSD.org> | 2012-05-14 04:26:24 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2012-05-14 04:26:24 +0800 |
commit | 80da03e9c659e6b2fb36cad83818d88ab610c2c3 (patch) | |
tree | 9086a1651043f3691541c7e10f4404fd1667ded0 /databases | |
parent | d90e0915ce80f9b84b776f2cf1ff798c28b2155d (diff) | |
download | freebsd-ports-graphics-80da03e9c659e6b2fb36cad83818d88ab610c2c3.tar.gz freebsd-ports-graphics-80da03e9c659e6b2fb36cad83818d88ab610c2c3.tar.zst freebsd-ports-graphics-80da03e9c659e6b2fb36cad83818d88ab610c2c3.zip |
- Mark BROKEN: does not compile
debugfile.C: In member function 'bool debugfile::openDebugFile()':
debugfile.C:50: error: 'umask' was not declared in this scope
Reported by: pointyhat
Diffstat (limited to 'databases')
-rw-r--r-- | databases/sqlrelay/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/sqlrelay/Makefile b/databases/sqlrelay/Makefile index a20c06825c4..57938baa89c 100644 --- a/databases/sqlrelay/Makefile +++ b/databases/sqlrelay/Makefile @@ -15,6 +15,8 @@ COMMENT= A persistent DB connection pooling/proxying/load balancing system LIB_DEPENDS= rudiments.1:${PORTSDIR}/devel/rudiments +BROKEN= does not compile + WANT_GNOME= yes USE_GMAKE= yes USE_AUTOTOOLS= autoconf libtool |