diff options
author | fjoe <fjoe@FreeBSD.org> | 2007-10-27 19:43:28 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2007-10-27 19:43:28 +0800 |
commit | a8399e6d2517693c1ecc01790d75f24ed9f7cb16 (patch) | |
tree | e68aee212436dad55cccb455a980cc6620232e18 /databases | |
parent | 93199c2a9c636a662aff17c800e20eab9d6409ef (diff) | |
download | freebsd-ports-gnome-a8399e6d2517693c1ecc01790d75f24ed9f7cb16.tar.gz freebsd-ports-gnome-a8399e6d2517693c1ecc01790d75f24ed9f7cb16.tar.zst freebsd-ports-gnome-a8399e6d2517693c1ecc01790d75f24ed9f7cb16.zip |
ONLY_FOR_ARCHS=i386 for a while.
It builds at least on amd64 but coredumps when creating demo database.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/virtuoso/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/virtuoso/Makefile b/databases/virtuoso/Makefile index 6e868e59e07b..5740edeb64e2 100644 --- a/databases/virtuoso/Makefile +++ b/databases/virtuoso/Makefile @@ -24,6 +24,7 @@ CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}"\ LDFLAGS="-L${LOCALBASE}/lib" BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk LIB_DEPENDS= iodbc.3:${PORTSDIR}/databases/libiodbc +ONLY_FOR_ARCHS= i386 OPTIONS= IMAGEMAGICK "ImageMagick support" off\ KERBEROS "Kerberos extension" off\ |