diff options
author | markus <markus@FreeBSD.org> | 2006-01-09 20:58:52 +0000 |
---|---|---|
committer | markus <markus@FreeBSD.org> | 2006-01-09 20:58:52 +0000 |
commit | f23960df2bc2a5aad7dc4f88ee61f626c220fd51 (patch) | |
tree | 0f48347f45664d5197dbfd5be24a3937361d49a9 /net-p2p/ktorrent2 | |
parent | 2935cb8c23ef98eccb2a52d7a6862f39fa00660d (diff) | |
download | FreeBSD-ports-f23960df2bc2a5aad7dc4f88ee61f626c220fd51.zip FreeBSD-ports-f23960df2bc2a5aad7dc4f88ee61f626c220fd51.tar.gz |
Fix build if libtorrent is present
Reported by: Marcin Jessa <lists@yazzy.org>
Diffstat (limited to 'net-p2p/ktorrent2')
-rw-r--r-- | net-p2p/ktorrent2/files/patch-plugins-partfileimport-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-p2p/ktorrent2/files/patch-plugins-partfileimport-Makefile.in b/net-p2p/ktorrent2/files/patch-plugins-partfileimport-Makefile.in new file mode 100644 index 0000000..f2fa755 --- /dev/null +++ b/net-p2p/ktorrent2/files/patch-plugins-partfileimport-Makefile.in @@ -0,0 +1,11 @@ +--- plugins/partfileimport/Makefile.in.orig Mon Jan 9 21:49:01 2006 ++++ plugins/partfileimport/Makefile.in Mon Jan 9 21:49:23 2006 +@@ -257,7 +257,7 @@ + xdg_appsdir = @xdg_appsdir@ + xdg_directorydir = @xdg_directorydir@ + xdg_menudir = @xdg_menudir@ +-INCLUDES = $(all_includes) -I$(srcdir)/../../libktorrent ++INCLUDES = -I$(srcdir)/../../libktorrent $(all_includes) + #>- METASOURCES = AUTO + kde_module_LTLIBRARIES = ktpartfileimportplugin.la + noinst_HEADERS = partfileimportplugin.h multidatachecker.h importdialog.h |