diff options
author | Will Andrews <will@FreeBSD.org> | 2002-04-21 23:47:50 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-04-21 23:47:50 +0000 |
commit | d1c2f0dddd4a74a79847b017915f3482671e055c (patch) | |
tree | 31ccd02a7c0d295ec66bf2eefa0f980fbb92cb91 /editors/koffice-kde4/files/patch-msod | |
parent | 98cff2373c59f930df3569d05871d0343d443fd8 (diff) |
Notes
Diffstat (limited to 'editors/koffice-kde4/files/patch-msod')
-rw-r--r-- | editors/koffice-kde4/files/patch-msod | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/editors/koffice-kde4/files/patch-msod b/editors/koffice-kde4/files/patch-msod new file mode 100644 index 000000000000..64916e0b7740 --- /dev/null +++ b/editors/koffice-kde4/files/patch-msod @@ -0,0 +1,16 @@ +Index: filters/kontour/msod/Makefile.am +=================================================================== +RCS file: /home/kde/koffice/filters/kontour/msod/Makefile.am,v +retrieving revision 1.4 +diff -u -3 -p -r1.4 Makefile.am +--- filters/kontour/msod/Makefile.am 2001/03/22 14:02:18 1.4 ++++ filters/kontour/msod/Makefile.am 2002/04/02 17:01:40 +@@ -1,7 +1,7 @@ + ####### General stuff + + INCLUDES= -I$(srcdir) $(KWMF_INCLUDES) $(KOFFICE_INCLUDES) $(all_includes) +-libmsodimport_la_LDFLAGS = -module -avoid-version -no-undefined ++libmsodimport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined + libmsodimport_la_LIBADD = $(KOFFICE_LIBS) $(LIB_KWMF) + + ####### Files |