patch-src_mumble_mumble_pro 992 B

123456789101112131415161718192021222324252627282930
  1. $OpenBSD: patch-src_mumble_mumble_pro,v 1.4 2016/05/10 07:44:11 dcoppa Exp $
  2. Use celt from our ports tree
  3. --- src/mumble/mumble.pro.orig Thu May 5 17:48:09 2016
  4. +++ src/mumble/mumble.pro Tue May 10 09:19:52 2016
  5. @@ -67,12 +67,9 @@ CONFIG(sbcelt) {
  6. LIBS *= -lcelt -lsbcelt
  7. DEFINES *= SBCELT_PREFIX_API SBCELT_COMPAT_API USE_SBCELT
  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) {
  14. - INCLUDEPATH *= /usr/include/celt
  15. - }
  16. !CONFIG(no-bundled-celt) {
  17. INCLUDEPATH *= ../../celt-0.7.0-src/libcelt
  18. }
  19. @@ -212,7 +209,7 @@ unix {
  20. HEADERS *= GlobalShortcut_unix.h
  21. SOURCES *= GlobalShortcut_unix.cpp TextToSpeech_unix.cpp Overlay_unix.cpp SharedMemory_unix.cpp Log_unix.cpp
  22. PKGCONFIG *= x11
  23. - LIBS *= -lrt -lXi
  24. + LIBS *= -lXi
  25. !CONFIG(no-oss) {
  26. CONFIG *= oss