]> granicus.if.org Git - postgresql/commitdiff
Support for DragonFly BSD
authorPeter Eisentraut <peter_e@gmx.net>
Wed, 2 Mar 2011 19:15:28 +0000 (21:15 +0200)
committerPeter Eisentraut <peter_e@gmx.net>
Wed, 2 Mar 2011 19:15:28 +0000 (21:15 +0200)
Mapped to NetBSD, the closest existing match.  (Even though DragonFly
BSD is derived from FreeBSD, the shared library version numbering
matches NetBSD, and the rest is mostly the same among all BSD
variants.)

per "Rumko"

configure
configure.in

index 0bddb5faad796f4a72b01c940a18325182f25098..69c7418f381bff3d5e794b039212812f3255a3ef 100755 (executable)
--- a/configure
+++ b/configure
@@ -2194,6 +2194,7 @@ case $host_os in
     bsdi*) template=bsdi ;;
   cygwin*) template=cygwin ;;
   darwin*) template=darwin ;;
+dragonfly*) template=netbsd ;;
     dgux*) template=dgux ;;
  freebsd*) template=freebsd ;;
     hpux*) template=hpux ;;
index 6aae5049a6bec217b1265475693cf659ea70c846..3c4089f38ef7e423d81261ecf5b1685b25917391 100644 (file)
@@ -58,6 +58,7 @@ case $host_os in
     bsdi*) template=bsdi ;;
   cygwin*) template=cygwin ;;
   darwin*) template=darwin ;;
+dragonfly*) template=netbsd ;;
     dgux*) template=dgux ;;
  freebsd*) template=freebsd ;;
     hpux*) template=hpux ;;