aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks
diff options
context:
space:
mode:
authortdb <tdb@FreeBSD.org>2005-12-16 20:39:11 +0800
committertdb <tdb@FreeBSD.org>2005-12-16 20:39:11 +0800
commit99c5cd31e4ebcc42d3e89b1bff9ab24c8158409e (patch)
treec5b7fb0ed1a96a04770c0baecc0f8fb87ab34cf6 /benchmarks
parent7911f56aacfc628f9e14e04fdb063795bdce3705 (diff)
downloadfreebsd-ports-graphics-99c5cd31e4ebcc42d3e89b1bff9ab24c8158409e.tar.gz
freebsd-ports-graphics-99c5cd31e4ebcc42d3e89b1bff9ab24c8158409e.tar.zst
freebsd-ports-graphics-99c5cd31e4ebcc42d3e89b1bff9ab24c8158409e.zip
- Fix build on 4.x
PR: 90463 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Approved by: clement (mentor)
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/super-smack/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmarks/super-smack/Makefile b/benchmarks/super-smack/Makefile
index dc2ef20e6f4..13d54c86c8b 100644
--- a/benchmarks/super-smack/Makefile
+++ b/benchmarks/super-smack/Makefile
@@ -15,6 +15,7 @@ COMMENT= A benchmarking, stress testing, and load generation tool for Databases
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-smacks-dir=${DATADIR}
+USE_GETOPT_LONG= yes
OPTIONS= MYSQL "Enable MySQL support" on \
POSTGRESQL "Enable PostgreSQL support" off