summaryrefslogtreecommitdiffstats
path: root/graphics/dia/files/patch-ag
blob: 30f688242da25deb852fce0739505d9e5326f492 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- lib/plug-ins.c.orig Mon Aug  7 13:51:41 2000
+++ lib/plug-ins.c  Mon Aug  7 13:52:01 2000
@@ -45,7 +45,7 @@
 #  define PLUG_IN_EXT_LEN 4
 #else
 /* this one should work on any platform where libtool is used to compile dia */
-#  define PLUG_IN_EXT ".la"
+#  define PLUG_IN_EXT ".so"
 #  define PLUG_IN_EXT_LEN 3
 #endif