VirtualBox

Changeset 16026 in vbox


Ignore:
Timestamp:
Jan 19, 2009 4:50:44 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
41710
Message:

configure/FreeBSD: skip qt3; disabled png check as it doesn't search /usr/local and fails, the build system will find it on its own.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r15782 r16026  
    19921992fi
    19931993
     1994if [ "$OS" = "freebsd" ]; then
     1995  # Qt3 will be gone before the FreeBSD port is completed, so just drop it.
     1996  WITH_QT3=0
     1997fi
     1998
    19941999# emit disable directives corresponding to any --disable-xxx options.
    19952000[ $WITH_XPCOM -eq 0 ]   && cnf_append "VBOX_WITH_MAIN" ""
     
    20182023[ "$OS" != "darwin" -a $OSE -eq 0 ] && check_ssl
    20192024[ "$OS" != "darwin"  ] && check_z
    2020 [ "$OS" != "darwin" ] && check_png
     2025[ "$OS" != "darwin" -a "$OS" != "freebsd" ] && check_png
    20212026[ $OSE -eq 0 -a "$OS" = "linux" ] && check_pam
    20222027[ $WITH_SDL -eq 1 ]    && check_sdl
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette