1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/graphics/dia/files/patch-ag
Maxim Sobolev 12b93c7338 Update to 0.86.
- gnomify and sobomaxify the port;
- provide a shell script to make dia work just OOB.

PR:		18915 (partially)
Submitted by:	Benno Rice <benno@netizen.com.au>
2000-08-07 11:31:22 +00:00

12 lines
325 B
Plaintext

--- 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