aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorjgh <jgh@FreeBSD.org>2012-01-04 05:03:57 +0800
committerjgh <jgh@FreeBSD.org>2012-01-04 05:03:57 +0800
commite2e2c14b3d67970c7efe364eca5c33fb40462e36 (patch)
treee6deb909a77e3697a5c47a2b02e18aad4647169a /sysutils
parent64dcc94e6e74af035237ed7e3c383ee45f111a67 (diff)
downloadfreebsd-ports-gnome-e2e2c14b3d67970c7efe364eca5c33fb40462e36.tar.gz
freebsd-ports-gnome-e2e2c14b3d67970c7efe364eca5c33fb40462e36.tar.zst
freebsd-ports-gnome-e2e2c14b3d67970c7efe364eca5c33fb40462e36.zip
- prevent breakage on <80000
Submitted by: Oleg Ginzburg < olevole at olevole.ru > Reviewed by: crees (mentor) Approved by: maintainer (via email), rene (mentor)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/ioping/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/ioping/Makefile b/sysutils/ioping/Makefile
index 131d3ab75d98..fdc1fbaf1021 100644
--- a/sysutils/ioping/Makefile
+++ b/sysutils/ioping/Makefile
@@ -20,6 +20,9 @@ PLIST_FILES= bin/ioping
MAKE_ENV= VERSION=${PORTVERSION}
+# for the benefit of <80000
+CFLAGS+= -lm
+
do-build:
cd ${WRKSRC}; \
${SETENV} ${MAKE_ENV} ${CC} ${CFLAGS} -DVERSION=${PORTVERSION} ioping.c -o ioping