mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
sysutils/dvdisaster: Patch configure to support malloc.h-less DF
This commit is contained in:
parent
a9108b5e21
commit
c6a8bc4494
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401481
1 changed files with 11 additions and 0 deletions
11
sysutils/dvdisaster/files/patch-scripts_bash-based-configure
Normal file
11
sysutils/dvdisaster/files/patch-scripts_bash-based-configure
Normal 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=""
|
Loading…
Add table
Reference in a new issue