mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
11 lines
350 B
Text
11 lines
350 B
Text
--- 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=""
|