mirror of
https://github.com/postgres/postgres.git
synced 2025-08-05 07:41:25 +03:00
Add in netbsd*) to configure
Pointed out by D'Arcy
This commit is contained in:
2
src/configure
vendored
2
src/configure
vendored
@@ -572,7 +572,7 @@ case "$host_os" in
|
||||
esac ;;
|
||||
linux*) PORTNAME='linux' ;;
|
||||
bsdi*) PORTNAME='bsdi' ;;
|
||||
freebsd*) PORTNAME='BSD44_derived' ;;
|
||||
freebsd*|netbsd*) PORTNAME='BSD44_derived' ;;
|
||||
dgux*) PORTNAME='dgux';;
|
||||
aix*) PORTNAME='aix';;
|
||||
nextstep*) PORTNAME='nextstep';;
|
||||
|
@@ -9,7 +9,7 @@ case "$host_os" in
|
||||
esac ;;
|
||||
linux*) PORTNAME='linux' ;;
|
||||
bsdi*) PORTNAME='bsdi' ;;
|
||||
freebsd*) PORTNAME='BSD44_derived' ;;
|
||||
freebsd*|netbsd*) PORTNAME='BSD44_derived' ;;
|
||||
dgux*) PORTNAME='dgux';;
|
||||
aix*) PORTNAME='aix';;
|
||||
nextstep*) PORTNAME='nextstep';;
|
||||
|
Reference in New Issue
Block a user