aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2014-02-20 06:12:52 +0800
committermarino <marino@FreeBSD.org>2014-02-20 06:12:52 +0800
commite4fa8e012e1fc2cd588533633e3c00a1e28e3b93 (patch)
tree521ae7d615a23664683e52812d921c9537b22646 /sysutils
parent7c7cc076cb009c22fd2951a1212d09a6c26455e3 (diff)
downloadfreebsd-ports-gnome-e4fa8e012e1fc2cd588533633e3c00a1e28e3b93.tar.gz
freebsd-ports-gnome-e4fa8e012e1fc2cd588533633e3c00a1e28e3b93.tar.zst
freebsd-ports-gnome-e4fa8e012e1fc2cd588533633e3c00a1e28e3b93.zip
sysutils/dd_rescue: unbreak everywhere
The internal makefile calls autoconf and autoheader, but neither were specified as build dependencies before now. Note that this port will not build on FreeBSD 8 because __WORDSIZE is not defined in _stdint.h yet. DragonFly got around it with setting these in Makefile.DragonFly: x86_64: MAKE_ARGS+= CFLAGS_OPT="-D__WORDSIZE=64" CFLAGS+= -D__WORDSIZE=64 i386: MAKE_ARGS+= CFLAGS_OPT="-D__WORDSIZE=32" CFLAGS+= -D__WORDSIZE=32 A similar fix could be done for FreeBSD 8, but it needs to cover more architectures.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/dd_rescue/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/dd_rescue/Makefile b/sysutils/dd_rescue/Makefile
index 9abf07558e2a..5eaece07eb31 100644
--- a/sysutils/dd_rescue/Makefile
+++ b/sysutils/dd_rescue/Makefile
@@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake
USE_CSTD= gnu89
+USE_AUTOTOOLS= autoconf autoheader
WRKSRC= ${WRKDIR}/${PORTNAME}
ALL_TARGET= default