ports/sysutils/sleuthkit/files/patch-src::makedefs
Alexey Dokuchaev 6b5f7f9640 - Update to version 1.73, which features many bugfixes and UFS2 support
- Teach about FreeBSD 6.X (and thus unbreak)
- Honor CC and CFLAGS
- Tidy up Makefile and pkg-plist (use DOCSDIR macro)
- Do not build file(1) since it's the base already (and the same version)

Approved by:	maintainer timeout
2005-01-20 10:24:18 +00:00

11 lines
328 B
Text

--- src/makedefs.orig Wed Jan 19 16:16:07 2005
+++ src/makedefs Wed Jan 19 16:16:17 2005
@@ -10,6 +10,8 @@
;;
FreeBSD.5*) DEFS="-DFREEBSD5"
;;
+ FreeBSD.6*) DEFS="-DFREEBSD6"
+ ;;
NetBSD.1.6*) DEFS="-DNETBSD16"
;;
OpenBSD.2*) DEFS="-DOPENBSD2"