mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
12b93c7338
- 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>
12 lines
325 B
Plaintext
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
|
|
|