diff options
Diffstat (limited to 'databases/mysql323-server/Makefile')
-rw-r--r-- | databases/mysql323-server/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/mysql323-server/Makefile b/databases/mysql323-server/Makefile index 3dafafc5e9a4..139c57069539 100644 --- a/databases/mysql323-server/Makefile +++ b/databases/mysql323-server/Makefile @@ -30,8 +30,7 @@ CONFIGURE_ARGS= --localstatedir=${DB_DIR} \ --without-readline \ --without-bench \ --with-mit-threads=no \ - --with-libwrap \ - --with-unix-socket-path=/var/run/mysql.sock + --with-libwrap .if ${MACHINE_ARCH} == "i386" CONFIGURE_ARGS+=--enable-assembler .endif |