10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2300ac0 commit 37e7e77Copy full SHA for 37e7e77
src/configure
@@ -572,7 +572,7 @@ case "$host_os" in
572
esac ;;
573
linux*) PORTNAME='linux' ;;
574
bsdi*) PORTNAME='bsdi' ;;
575
- freebsd*) PORTNAME='BSD44_derived' ;;
+ freebsd*|netbsd*) PORTNAME='BSD44_derived' ;;
576
dgux*) PORTNAME='dgux';;
577
aix*) PORTNAME='aix';;
578
nextstep*) PORTNAME='nextstep';;
src/configure.in
@@ -9,7 +9,7 @@ case "$host_os" in
9
10
11
12
13
14
15
0 commit comments