Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6094c24

Browse files
committed
Support for DragonFly BSD
Mapped to NetBSD, the closest existing match. (Even though DragonFlyBSD is derived from FreeBSD, the shared library version numberingmatches NetBSD, and the rest is mostly the same among all BSDvariants.)per "Rumko"
1 parent2f6c845 commit6094c24

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

‎configure

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2194,6 +2194,7 @@ case $host_os in
21942194
bsdi*) template=bsdi ;;
21952195
cygwin*) template=cygwin ;;
21962196
darwin*) template=darwin ;;
2197+
dragonfly*) template=netbsd ;;
21972198
dgux*) template=dgux ;;
21982199
freebsd*) template=freebsd ;;
21992200
hpux*) template=hpux ;;

‎configure.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ case $host_os in
5858
bsdi*) template=bsdi ;;
5959
cygwin*) template=cygwin ;;
6060
darwin*) template=darwin ;;
61+
dragonfly*) template=netbsd ;;
6162
dgux*) template=dgux ;;
6263
freebsd*) template=freebsd ;;
6364
hpux*) template=hpux ;;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp