sysutils/dvdisaster: Patch configure to support malloc.h-less DF

This commit is contained in:
John Marino 2015-11-13 07:23:24 +00:00
parent a9108b5e21
commit c6a8bc4494
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401481

View File

@ -0,0 +1,11 @@
--- scripts/bash-based-configure.orig 2014-05-28 19:22:05 UTC
+++ scripts/bash-based-configure
@@ -126,7 +126,7 @@ case "$cfg_uname" in
}
;;
- FreeBSD*) cfg_system=freebsd-std
+ FreeBSD*|DragonFly*) cfg_system=freebsd-std
CFG_SYS_OPTIONS="-DSYS_FREEBSD"
CFG_SYS_NAME="-DSYS_NAME=\\\"FreeBSD\\\""
CFG_EXE_SUFFIX=""