Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > dcfa88f415e6db3bb797a83ce22391a8 > files > 3

Coin2-2.5.0-11.fc14.src.rpm

diff -uNr Coin-2.4.6.orig/src/glue/simage_wrapper.c Coin-2.4.6/src/glue/simage_wrapper.c
--- Coin-2.4.6.orig/src/glue/simage_wrapper.c	2007-04-10 11:23:51.000000000 +0200
+++ Coin-2.4.6/src/glue/simage_wrapper.c	2007-04-14 06:34:11.000000000 +0200
@@ -272,16 +272,7 @@
          Autoconf check? 20000930 mortene. */
       const char * possiblelibnames[] = {
         NULL, /* is set below */ 
-        "simage", "libsimage", "libsimage.so",
-        "libsimage.dylib",
-        /* MSWindows DLL names for the simage library */
-        /* FIXME: a bit of a hack this, but it looks difficult to find
-           a better strategy. Perhaps it'd be a good idea to use an
-           application programmer controlled environment variable?
-           20010626 mortene. */
-        "simage6", "simage5", "simage4", "simage3", "simage2", "simage1",
-        /* FIXME: not checking for simageXd.dll names (ie debug
-           versions of the library). 20010926 mortene. */
+	@LIBSIMAGE_SONAME@,
         NULL
       };