mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Add conditional for port to bsdi
This commit is contained in:
parent
4aff83181a
commit
b8ddf4425d
2 changed files with 154 additions and 152 deletions
305
src/configure
vendored
305
src/configure
vendored
File diff suppressed because it is too large
Load diff
|
|
@ -8,6 +8,7 @@ solaris*)
|
|||
i386) PORTNAME='i386_solaris' ;;
|
||||
esac ;;
|
||||
linux*) PORTNAME='linux' ;;
|
||||
bsdi*) PORTNAME='bsdi' ;;
|
||||
freebsd*) PORTNAME='BSD44_derived' ;;
|
||||
dgux*) PORTNAME='dgux';;
|
||||
*) echo ""
|
||||
|
|
|
|||
Loading…
Reference in a new issue