diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-08-07 11:31:22 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-08-07 11:31:22 +0000 |
commit | 12b93c7338fca423bead51e990845a66c5efc131 (patch) | |
tree | 77a5a71325a6772b2e07fc54a16ec0c5a46783bb /graphics/dia/files/patch-ag | |
parent | Add another couple of Ruby modules. (diff) |
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>
Notes
Notes:
svn path=/head/; revision=31373
Diffstat (limited to 'graphics/dia/files/patch-ag')
-rw-r--r-- | graphics/dia/files/patch-ag | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/dia/files/patch-ag b/graphics/dia/files/patch-ag new file mode 100644 index 000000000000..30f688242da2 --- /dev/null +++ b/graphics/dia/files/patch-ag @@ -0,0 +1,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 + |