Coin-2.4.6-openal-soname.diff 456 B

12345678910111213
  1. diff -uNr Coin-2.4.6.orig/src/glue/openal_wrapper.c Coin-2.4.6/src/glue/openal_wrapper.c
  2. --- Coin-2.4.6.orig/src/glue/openal_wrapper.c 2007-04-10 11:23:51.000000000 +0200
  3. +++ Coin-2.4.6/src/glue/openal_wrapper.c 2007-04-14 06:31:09.000000000 +0200
  4. @@ -107,7 +107,7 @@
  5. int idx;
  6. const char * possiblelibnames[] = {
  7. NULL, /* is set below */
  8. - "openal", "openal32", "libopenal.so",
  9. + @LIBOPENAL_SONAME@,
  10. NULL
  11. };