freebsd-ports/sysutils/dd_rescue
John Marino a6a9093532 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.
2014-02-19 22:12:52 +00:00
..
files Update to 1.40. 2014-01-19 01:12:23 +00:00
distinfo Update to 1.40. 2014-01-19 01:12:23 +00:00
Makefile sysutils/dd_rescue: unbreak everywhere 2014-02-19 22:12:52 +00:00
pkg-descr
pkg-plist