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-xfig | |
parent | 98cff2373c59f930df3569d05871d0343d443fd8 (diff) | |
download | ports-d1c2f0dddd4a74a79847b017915f3482671e055c.tar.gz ports-d1c2f0dddd4a74a79847b017915f3482671e055c.zip |
Notes
Diffstat (limited to 'editors/koffice-kde4/files/patch-xfig')
-rw-r--r-- | editors/koffice-kde4/files/patch-xfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/editors/koffice-kde4/files/patch-xfig b/editors/koffice-kde4/files/patch-xfig new file mode 100644 index 000000000000..9084799e8018 --- /dev/null +++ b/editors/koffice-kde4/files/patch-xfig @@ -0,0 +1,16 @@ +Index: filters/kontour/xfig/Makefile.am +=================================================================== +RCS file: /home/kde/koffice/filters/kontour/xfig/Makefile.am,v +retrieving revision 1.3 +diff -u -3 -p -r1.3 Makefile.am +--- filters/kontour/xfig/Makefile.am 2001/07/16 19:19:48 1.3 ++++ filters/kontour/xfig/Makefile.am 2002/04/02 17:01:48 +@@ -1,7 +1,7 @@ + ####### General stuff + + INCLUDES= -I$(srcdir) $(KOFFICE_INCLUDES) -I$(top_srcdir)/kontour $(all_includes) +-libxfigimport_la_LDFLAGS = -module -avoid-version -no-undefined ++libxfigimport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined + libxfigimport_la_LIBADD = $(KOFFICE_LIBS) ../../../kontour/libkontourpart.la + + ####### Files |