mirror of
https://github.com/postgres/postgres.git
synced 2026-06-08 16:26:30 -04:00
Add in the sunos4 portname to configure detection
This commit is contained in:
parent
ea36b0d3cd
commit
336eb7056d
2 changed files with 167 additions and 165 deletions
331
src/configure
vendored
331
src/configure
vendored
File diff suppressed because it is too large
Load diff
|
|
@ -7,6 +7,7 @@ case "$host_os" in
|
|||
sparc) PORTNAME='sparc_solaris' ;;
|
||||
i386) PORTNAME='i386_solaris' ;;
|
||||
esac ;;
|
||||
sunos*) PORTNAME='sunos4' ;;
|
||||
linux*) PORTNAME='linux' ;;
|
||||
bsdi*) PORTNAME='bsdi' ;;
|
||||
freebsd*|netbsd*) PORTNAME='BSD44_derived';;
|
||||
|
|
|
|||
Loading…
Reference in a new issue