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

Commit37e7e77

Browse files
committed
Add in netbsd*) to configure
Pointed out by D'Arcy
1 parent2300ac0 commit37e7e77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/configure‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ case "$host_os" in
572572
esac ;;
573573
linux*) PORTNAME='linux' ;;
574574
bsdi*) PORTNAME='bsdi' ;;
575-
freebsd*) PORTNAME='BSD44_derived' ;;
575+
freebsd*|netbsd*) PORTNAME='BSD44_derived' ;;
576576
dgux*) PORTNAME='dgux';;
577577
aix*) PORTNAME='aix';;
578578
nextstep*) PORTNAME='nextstep';;

‎src/configure.in‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ case "$host_os" in
99
esac ;;
1010
linux*) PORTNAME='linux' ;;
1111
bsdi*) PORTNAME='bsdi' ;;
12-
freebsd*) PORTNAME='BSD44_derived' ;;
12+
freebsd*|netbsd*) PORTNAME='BSD44_derived' ;;
1313
dgux*) PORTNAME='dgux';;
1414
aix*) PORTNAME='aix';;
1515
nextstep*) PORTNAME='nextstep';;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp