Home | History | Annotate | Download | only in patches
      1 /jds/bin/diff -uprN dia-0.96.1.old/lib/plug-ins.c dia-0.96.1/lib/plug-ins.c
      2 --- dia-0.96.1.old/lib/plug-ins.c	2008-10-24 11:46:07.505578000 +0100
      3 +++ dia-0.96.1/lib/plug-ins.c	2008-10-24 11:46:18.513340000 +0100
      4 @@ -52,7 +52,7 @@
      5  #  define USING_LIBTOOL 0
      6  #else
      7  /* this one should work on any platform where libtool is used to compile dia */
      8 -#  define PLUG_IN_EXT ".la"
      9 +#  define PLUG_IN_EXT ".so"
     10  #  define PLUG_IN_EXT_LEN 3
     11  #  define USING_LIBTOOL 1
     12  #endif
     13