patch-main_pro 574 B

12345678910111213141516
  1. $OpenBSD: patch-main_pro,v 1.1.1.1 2013/10/01 10:28:44 dcoppa Exp $
  2. Use celt from our ports tree
  3. --- main.pro.orig Sat Jun 1 23:16:30 2013
  4. +++ main.pro Thu Sep 26 11:10:30 2013
  5. @@ -12,7 +12,7 @@ CONFIG *= ordered debug_and_release
  6. CONFIG(sbcelt) {
  7. SUBDIRS *= celt-0.7.0-build sbcelt-lib-build sbcelt-helper-build
  8. } else {
  9. - unix:!CONFIG(bundled-celt):system(pkg-config --atleast-version=0.7.0 celt) {
  10. + unix:!CONFIG(bundled-celt):system(pkg-config --atleast-version=0.7.0 celt07) {
  11. CONFIG *= no-bundled-celt
  12. }
  13. !CONFIG(no-bundled-celt) {