diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-03-06 20:38:10 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-03-06 20:38:10 +0000 |
commit | 4470c4744f5f90b1974cef8695e27dff7112e190 (patch) | |
tree | 57380d682e5750740a988295c90ddd1f12575aee /databases/sqlrelay | |
parent | Mark broken: Does not build (diff) |
Mark BROKEN: Does not build
libtool: compile: c++ -O2 -pipe -fno-strict-aliasing -Wall -pipe -I/usr/local/include -DDEFAULT_CONFIG_FILE=\"/usr/local/etc/sqlrelay.conf\" -DCACHE_DIR=\"/var/sqlrelay/cache\" -I./ -I../../ -I../../src/common -I../../src/util -I/usr/local/include -I/usr/include -DLIBEXECDIR=\"/usr/local/libexec/sqlrelay\" -c sqlrlistener.cpp -fPIC -DPIC -o .libs/sqlrlistener.o
sqlrlistener.cpp: In member function 'bool sqlrlistener::createSharedMemoryAndSemaphores(const char*)':
sqlrlistener.cpp:441: error: no matching function for call to 'sharedmemory::attach(key_t&)'
Reported by: pkg-fallout
Notes
Notes:
svn path=/head/; revision=347319
Diffstat (limited to 'databases/sqlrelay')
-rw-r--r-- | databases/sqlrelay/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/sqlrelay/Makefile b/databases/sqlrelay/Makefile index 3e0e3c6e2bf1..2cd667691ab8 100644 --- a/databases/sqlrelay/Makefile +++ b/databases/sqlrelay/Makefile @@ -12,6 +12,7 @@ COMMENT= Persistent DB connection pooling/proxying/load balancing system LIB_DEPENDS= librudiments.so:${PORTSDIR}/devel/rudiments +BROKEN= Does not build WANT_GNOME= yes USES= gmake USE_AUTOTOOLS= autoconf libtool |